SmartSockets .NET Class Library

TipcConnClient.getOptionBool Method 

Convenience method to get an option's boolean value.

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

public virtual bool getOptionBool(
   string name
);

Parameters

name
The name of the option.

Return Value

The value of the option as a boolean

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