Freigeben über


DomainServiceContext.OperationType-Eigenschaft

Ruft den Typ des Vorgangs ab, der ausgeführt wird.

Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)

Verwendung

'Usage
Dim instance As DomainServiceContext
Dim value As DomainOperationType

value = instance.OperationType

Syntax

'Declaration
Public ReadOnly Property OperationType As DomainOperationType
public DomainOperationType OperationType { get; }
public:
property DomainOperationType OperationType {
    DomainOperationType get ();
}
/** @property */
public DomainOperationType get_OperationType ()
public function get OperationType () : DomainOperationType

Eigenschaftswert

Der Typ des Vorgangs, der ausgeführt wird.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

DomainServiceContext-Klasse
DomainServiceContext-Member
System.ServiceModel.DomainServices.Server-Namespace