IMessage.Reset Method

Solclient

IMessageReset Method
version: 7.2.1.27
Release all memory associated with this message, returning it to its original state, as if it has just been created.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
void Reset()
Sub Reset
void Reset()

Return Value

Type: 
Exceptions
ExceptionCondition
OperationErrorException Thrown when the method invocation fails. ReturnCode and ErrorInfo are accessible from OperationErrorException.
FatalErrorException Thrown when an unrecoverable error occurs.
See Also