PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
IMessage
Reset 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.26.0
C#
Copy
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
Reference
IMessage Interface
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Exceptions
See Also