SmartSockets .NET Class Library

TipcConnClient.getOptionDouble Method 

Convenience method to get an option's double value.

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

public virtual double getOptionDouble(
   string name
);

Parameters

name
The name of the option.

Return Value

The value of the option as a double

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