forwardStart Method    Table of ContentStart Method (ICollection(MarketSubscription))forward
Handler.Start Method (ICollection<GroupSubscription>)
Subscribes to the given groups. Subscribers are get notified about certain events through previously registered handlers. Notifications will occur until Stop() member will be called.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public void Start(
	ICollection<GroupSubscription> subscriptions
)

Parameters

subscriptions
Type: System.Collections.Generic.ICollection<GroupSubscription>
Collection of subscriptions each entry of which defines subscription attributes for a particular multicast group.
See Also