SmartSockets .NET Class Library

TipcMsg.addNamedUtf8 Method 

Append a UTF-8 string field to a message, with a name.

public virtual void addNamedUtf8(
   string name,
   string Value
);

Parameters

name
the name to use
Value
data for a new message field.

Exceptions

Exception TypeCondition
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendUtf8


Copyright © TIBCO Software Inc. All rights reserved