SmartSockets .NET Class Library

TipcSrv.create Method

Creates the RTserver connection using the default connection type CONN_FULL.

Connects to and handshakes with the RTserver process. Does not attempt to auto-start an RTserver if one cannot be contacted. Instead, it will loop through the list of servers specified with ss.server_names option until a connection is made. This process is synchronous. and all other threads that attempt to use the connection will block until this succeeds, or fails completely.

Overload List

Creates the RTserver connection using the default connection type CONN_FULL and with the specified credentials. Connects to and handshakes with the RTserver process. Does not attempt to auto-start an RTserver if one cannot be contacted. Instead, it will loop through the list of servers specified with ss.server_names option until a connection is made. This process is synchronous. and all other threads that attempt to use the connection will block until this succeeds, or fails completely.

public virtual bool create(int,sbyte[]);

Creates the RTserver connection using the default connection type CONN_FULL. Connects to and handshakes with the RTserver process. Does not attempt to auto-start an RTserver if one cannot be contacted. Instead, it will loop through the list of servers specified with ss.server_names option until a connection is made. This process is synchronous. and all other threads that attempt to use the connection will block until this succeeds, or fails completely.

public virtual bool create();

Creates the RTserver connection using a specified connection type. Connects to and handshakes with the RTserver process. Does not attempt to auto-start an RTserver if one cannot be contacted. Instead, it will loop through the list of servers specified with ss.server_names option until a connection is made. This process is synchronous. and all other threads that attempt to use the connection will block until this succeeds, or fails completely.

public virtual bool create(int);

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved