ISessionIsCapable Method
Checks if the specified capability type is set on the currently connected session.
Returns true if the session has the specified
CapabilityType.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
bool IsCapable(
CapabilityType capabilityType
)
- capabilityType CapabilityType
Boolean
A
boolean representing if the capability is supported.
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
OperationErrorException |
Thrown when the operation fails.
|