ISessionModifyProperty Method
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
ReturnCode ModifyProperty(
SessionPropertiesPROPERTY sessionProperty,
Object value
)
- sessionProperty SessionPropertiesPROPERTY
- The property to modify.
- value Object
- The new value for the property.
ReturnCode
Throws OperationErrorException if failed. Otherwise it returns
SOLCLIENT_OK,
or
SOLCLIENT_WOULD_BLOCK, if the message cannot be accepted by the API immediately.
OperationErrorException |
Thrown when the operation fails.
Possible sub-codes:
|
FatalErrorException |
Thrown when un-recoverable error occurs.
|
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
ArgumentNullException |
Thrown if any of the required parameters is null.
|