Initializes a new instance of the ScheduleEditorProxy class.

Namespace:  GrassValley.Mseries.ScheduleEditor
Assembly:  GrassValley.Mseries.ScheduleEditor (in GrassValley.Mseries.ScheduleEditor.dll) Version: 1.0.0.0

Syntax

C#
public ScheduleEditorProxy(
	int systemTimeout,
	IScheduleEditor ischeduleEditor,
	IProxyParent proxyParent
)
Visual Basic (Declaration)
Public Sub New ( _
	systemTimeout As Integer, _
	ischeduleEditor As IScheduleEditor, _
	proxyParent As IProxyParent _
)
Visual C++
public:
ScheduleEditorProxy(
	int systemTimeout, 
	IScheduleEditor^ ischeduleEditor, 
	IProxyParent^ proxyParent
)

Parameters

systemTimeout
Type: System..::.Int32
The system timeout.
ischeduleEditor
Type: GrassValley.Mseries.ScheduleEditor..::.IScheduleEditor
The ischedule editor.
proxyParent
Type: IProxyParent
The proxy parent.

See Also