Freigeben über


ProcessRequestArgs.OperationContext-Eigenschaft

Ruft den Kontext ab, der Informationen zum aktuellen Vorgang enthält, der verarbeitet wird.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property OperationContext As DataServiceOperationContext
    Get
    Private Set
'Usage
Dim instance As ProcessRequestArgs
Dim value As DataServiceOperationContext

value = instance.OperationContext
public DataServiceOperationContext OperationContext { get; private set; }
public:
property DataServiceOperationContext^ OperationContext {
    DataServiceOperationContext^ get ();
    private: void set (DataServiceOperationContext^ value);
}
member OperationContext : DataServiceOperationContext with get, private set
function get OperationContext () : DataServiceOperationContext
private function set OperationContext (value : DataServiceOperationContext)

Eigenschaftswert

Typ: System.Data.Services.DataServiceOperationContext
Ein DataServiceOperationContext-Objekt, das Informationen über den aktuellen Vorgang enthält.

Siehe auch

Verweis

ProcessRequestArgs Klasse

System.Data.Services-Namespace