SmartSockets .NET Class Library

TipcConnClient.getOptionInt Method 

Convenience method to get an option's int value.

Typically one would use the getOptionInt method. This method is available for when an option needs to be different for each connection.

public virtual int getOptionInt(
   string name
);

Parameters

name
The name of the option.

Return Value

The value of the option as a int

Exceptions

Exception TypeCondition
TipcNotFoundException If the named option doesn't exist.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved