SmartSockets .NET Class Library

TipcMsg.deleteField Method 

Deletes the specified field in a message.

public virtual void deleteField(
   int index
);

Parameters

index
The index of the field to be deleted.

Exceptions

Exception TypeCondition
TipcMsgException If the message is read only.
TipcMsgEomException If there is not field in the message or the current field is at the end of the message.
TipcException For all other errors.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved