Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the context of the operation that raised the event.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property OperationContext As DataServiceOperationContext
Get
'Usage
Dim instance As DataServiceProcessingPipelineEventArgs
Dim value As DataServiceOperationContext
value = instance.OperationContext
public DataServiceOperationContext OperationContext { get; }
public:
property DataServiceOperationContext^ OperationContext {
DataServiceOperationContext^ get ();
}
member OperationContext : DataServiceOperationContext
function get OperationContext () : DataServiceOperationContext
Property Value
Type: System.Data.Services.DataServiceOperationContext
A DataServiceOperationContext that is the operation context.