SmartSockets .NET Class Library

TipcMsg.setPropBinary Method 

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

public virtual void setPropBinary(
   int propKey,
   sbyte[] Value,
   int offset,
   int length
);

Parameters

propKey
Key for this property.
Value
Value of the property.
offset
Offset into Value.
length
Length of data from Value.

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