...
Attempts to connect to the session specified in the object.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
StatusCode Connect( Object sessionId ) |
Visual Basic (Declaration) |
---|
Function Connect ( _ sessionId As Object _ ) As StatusCode |
Visual C++ |
---|
StatusCode Connect( Object^ sessionId ) |
...
JavaScript |
---|
function Connect(sessionId); |
Parameters
sessionId
Type: System..::.ObjectThe Object
The single character ID of the session to connect to.
Return Value
Returns the StatusCode of the connection attempt. The returned value can be one of the following:
...
Connect("A"); // or Connect('a'); // or Connect(65); // or byte iid = 65; Connect(iid);
See Also
ISession Interface
JollyGiant.Emulation Namespace
ISession..::.Disconnect()()()
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
...