ISessionGetProperty Method
Returns the object value of a given property.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
Object GetProperty(
SessionPropertiesPROPERTY sessionProperty
)
- sessionProperty SessionPropertiesPROPERTY
- Property to get.
ObjectThe object value of a given property.
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
OperationErrorException |
Thrown when the operation fails.
|
FatalErrorException |
Thrown when an unrecoverable error occurs.
|
ArgumentNullException |
Thrown if any of the required parameters is null.
|