StreamLink.NET
Unsubscribe Method (listener)
StreamLink.NETCaplin.StreamLinkIStreamLinkProviderUnsubscribe(ISubscriptionListener)
Unsubscribes (removes) all subscriptions for an ISubscriptionListener.
Declaration Syntax
C#Visual BasicVisual C++
void Unsubscribe(
	ISubscriptionListener listener
)
Sub Unsubscribe ( _
	listener As ISubscriptionListener _
)
void Unsubscribe(
	ISubscriptionListener^ listener
)
Parameters
listener (ISubscriptionListener)
The ISubscriptionListener for which all subscriptions should be removed. This must be an ISubscriptionListener that was previously specified in a subscription request (a call to one of the IStreamLinkProvider.CreateXXXSubscription() methods).
Exceptions
ExceptionCondition
ArgumentExceptionIf the provided listener is not registered with the IStreamLinkProvider.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)