StreamLink.NET
ExtendedContainerSubscription Constructor (slp, listener, subject)
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionExtendedContainerSubscription(IStreamLinkProvider, IContainerSubscriptionListener, String)
Do not call this constructor as it is deprecated, use CreateExtendedContainerSubscription(IContainerSubscriptionListener, String) instead.

Initializes a new instance of the ExtendedContainerSubscription that will subscribe to the whole container.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Do not call this constructor as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.CreateExtendedContainerSubscription instead.")]
public ExtendedContainerSubscription(
	IStreamLinkProvider slp,
	IContainerSubscriptionListener listener,
	string subject
)
<ObsoleteAttribute("Do not call this constructor as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.CreateExtendedContainerSubscription instead.")> _
Public Sub New ( _
	slp As IStreamLinkProvider, _
	listener As IContainerSubscriptionListener, _
	subject As String _
)
[ObsoleteAttribute(L"Do not call this constructor as it is deprecated, use Caplin.StreamLink.StreamLinkProvider.CreateExtendedContainerSubscription instead.")]
public:
ExtendedContainerSubscription(
	IStreamLinkProvider^ slp, 
	IContainerSubscriptionListener^ listener, 
	String^ subject
)
Parameters
slp (IStreamLinkProvider)
The StreamLink provider.
listener (IContainerSubscriptionListener)
The listener that receives events for this container subscription.
subject (String)
The subject of the subscription.

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