10.24.0

ISessionGetProperty Method

Returns the object value of a given property.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
Object GetProperty(
	SessionPropertiesPROPERTY sessionProperty
)

Parameters

sessionProperty  SessionPropertiesPROPERTY
Property to get.

Return Value

Object
The object value of a given property.

Exceptions

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.

See Also