SmartSockets .NET Class Library

TipcMsg.deleteNamedField Method 

Deletes a named field in a message.

public virtual void deleteNamedField(
   string name
);

Parameters

name
the name of the field to be deleted

Exceptions

Exception TypeCondition
TipcMsgException If the message is read only
TipcMsgException If there is no field by that name
TipcMsgEomException If there is no field in the message
TipcMsgEomException If the current field is at the end of the message
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | deleteField | deleteCurrent


Copyright © TIBCO Software Inc. All rights reserved