SmartSockets .NET Class Library

Tut.setOption Method 

Convenience method to set an option by name.

public static TipcOption setOption(
   string name,
   string value
);

Parameters

name
the name of the option to set
value
the value of the option

Return Value

the TipcOption

Exceptions

Exception TypeCondition
TipcNotFoundException If the named option doesn't exist
TipcReadOnlyException If the named option is read only

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | getOption | getOptionStr | getOptionInt | getOptionDouble | getOptionBool


Copyright © TIBCO Software Inc. All rights reserved