10.25.0

IMessageReset Method

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

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.25.0
C#
void Reset()

Return Value

Exceptions

OperationErrorException Thrown when the method invocation fails. ReturnCode and ErrorInfo are accessible from OperationErrorException.
FatalErrorException Thrown when an unrecoverable error occurs.

See Also