[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt den Fernsteuerungs-Proxy der Anwendung zurück.

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

Syntax

C#
public static ApplicationContextService ApplicationContextService { get; private set; }
Visual Basic
Public Shared Property ApplicationContextService As ApplicationContextService
	Get
	Private Set
F#
static member ApplicationContextService : ApplicationContextService with get, private set

Field Value

Der Fernsteuerungs-Proxy für die Anwendung.

See Also