Initialize the context of the receiver.

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

Syntax

C#
public ReceiverContext(
	string n,
	ServiceContext sc,
	GroupContext grpContext,
	int or,
	ReceiverThreading th,
	IInitialization i,
	ILogger l
)
Visual Basic (Declaration)
Public Sub New ( _
	n As String, _
	sc As ServiceContext, _
	grpContext As GroupContext, _
	or As Integer, _
	th As ReceiverThreading, _
	i As IInitialization, _
	l As ILogger _
)
Visual C++
public:
ReceiverContext(
	String^ n, 
	ServiceContext^ sc, 
	GroupContext^ grpContext, 
	int or, 
	ReceiverThreading th, 
	IInitialization^ i, 
	ILogger^ l
)

Parameters

n
Type: System..::.String
The name of the receiver.
sc
Type: LeCouteauSuisse.API..::.ServiceContext
The service context.
grpContext
Type: LeCouteauSuisse.API..::.GroupContext
The group context.
or
Type: System..::.Int32
The order of the receiver in the group.
th
Type: LeCouteauSuisse.API..::.ReceiverThreading
The threading model of the receiver.
i
Type: LeCouteauSuisse.API..::.IInitialization
The IInitialization interface to read settings.
l
Type: LeCouteauSuisse.API..::.ILogger
The ILogger interface to send message to loggers.

See Also