SmartSockets .NET Class Library

TipcConnClient.getOption Method 

Convenience method to get an option by name.

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

public virtual TipcOption getOption(
   string name
);

Parameters

name
The name of the option.

Return Value

The option

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