SmartSockets .NET Class Library

TipcMsg.updateNamedGuid Method 

updates a Globally Unique Identifier to a message, with a name.

public virtual void updateNamedGuid(
   string name,
   sbyte[] Value,
   int offset
);

Parameters

name
the name to use
Value
a byte array holding the GUID
offset
the offset into the array

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcMsgException If there is no field by that name
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendGuid | addNamedGuid


Copyright © TIBCO Software Inc. All rights reserved