PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
ISession
Get
Capability Method
Returns an
ICapability
instance for the given
CapabilityType
.
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
ICapability
GetCapability
(
CapabilityType
capabilityType
)
Parameters
capabilityType
CapabilityType
Return Value
ICapability
The requested capability from the peer.
Exceptions
ObjectDisposedException
Thrown when the session is already disposed (terminal state).
OperationErrorException
Thrown when the operation fails.
See Also
Reference
ISession Interface
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also