SmartSockets .NET Class Library

Tut.createOption Method 

Creates a new global option.

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

Parameters

name
the option to create.
value
the initial value of the option, which may be null.

Return Value

the new TipcOption

Exceptions

Exception TypeCondition
TipcAlreadyExistsException If an option by that name already exists.

See Also

Tut Class | Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | setOption | getOption | removeOption


Copyright © TIBCO Software Inc. All rights reserved