SmartSockets .NET Class Library

TipcConnClient.setTimeout Method 

Set a timeout value. See the getTimeout method for an explanation of connection timeout properties.

public virtual void setTimeout(
   int timeout_type,
   double timeout
);

Parameters

timeout_type
the type of timeout.
timeout
the value of the timeout (in seconds).

Exceptions

Exception TypeCondition
TipcBadArgumentException If timeout_type is not one of the allowed values, or timeout is negative.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | getTimeout


Copyright © TIBCO Software Inc. All rights reserved