Initialize the group context.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public GroupContext(
	ServiceContext sc,
	string n,
	ReceiverSynchronization sr,
	bool ip,
	List<string> gs
)
Visual Basic (Declaration)
Public Sub New ( _
	sc As ServiceContext, _
	n As String, _
	sr As ReceiverSynchronization, _
	ip As Boolean, _
	gs As List(Of String) _
)
Visual C++
public:
GroupContext(
	ServiceContext^ sc, 
	String^ n, 
	ReceiverSynchronization sr, 
	bool ip, 
	List<String^>^ gs
)

Parameters

sc
Type: LeCouteauSuisse.API..::.ServiceContext
The service context.
n
Type: System..::.String
The group name.
sr
Type: LeCouteauSuisse.API..::.ReceiverSynchronization
The receiver synchronization.
ip
Type: System..::.Boolean
Ignore priority on the queue. true events are treat without priority order, false events are treat with priority order.
gs
Type: System.Collections.Generic..::.List<(Of <(String>)>)
List of generator to subscribe.

See Also