[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von ServerContext.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public ServerContext(
	IApplicationContext appContext,
	IRuntime runtime
)
Visual Basic
Public Sub New ( _
	appContext As IApplicationContext, _
	runtime As IRuntime _
)
F#
new : 
        appContext:IApplicationContext * 
        runtime:IRuntime -> ServerContext

Parameters

appContext
Type: DynamicNode.Core..::..IApplicationContext
Der ferngesteuerte Anwendungskontext.
runtime
Type: DynamicNode.Core..::..IRuntime
Die ferngesteurte Laufzeitumgebung.

See Also