IDispatchTarget.Subscription Property

Solclient

IDispatchTargetSubscription Property
version: 7.2.1.27
The ISubscription used to attract messages with matching destinations.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
ISubscription Subscription { get; }
ReadOnly Property Subscription As ISubscription
	Get
property ISubscription^ Subscription {
	ISubscription^ get ();
}

Return Value

Type: ISubscription
Returns the ISubscription used to attract messages with matching destinations
See Also