ISessionSetClientDescription Method
Note: This API is now obsolete.
Sets the Client Description.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
[ObsoleteAttribute("Use ModifyProperty(SessionProperties.PROPERTY, object) instead ",
false)]
ReturnCode SetClientDescription(
string clientDescription
)
- clientDescription String
- string
ReturnCode
Throws OperationErrorException if it fails, otherwise it returns
SOLCLIENT_WOULD_BLOCK
or
SOLCLIENT_OK.
OperationErrorException |
Thrown when the operation fails.
|
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
FatalErrorException |
Thrown when an unrecoverable error occurs.
|
ArgumentNullException |
Thrown if any of the required parameters are null.
|