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.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax 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