SmartSockets .NET Class Library

TipcMsg.setPropShort Method 

Set a message property as a short. Use of this method is strongly discouraged. It is intended for TIBCO internal use, and is subject to arbitrary changes.

public virtual void setPropShort(
   int propKey,
   short Value
);

Parameters

propKey
Key for this property.
Value
Value of the property.

Exceptions

Exception TypeCondition
TipcBadArgumentException If propKey is invalid or value is null.
TipcException For all other errors.

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved