Initialize the context.

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

Syntax

C#
public EventContext(
	GroupContext groupContext
)
Visual Basic (Declaration)
Public Sub New ( _
	groupContext As GroupContext _
)
Visual C++
public:
EventContext(
	GroupContext^ groupContext
)

Parameters

groupContext
Type: LeCouteauSuisse.API..::.GroupContext
The context of the group.

Remarks

The EventContext is created by the service when dispatching events on receiver groups.

See Also