DispatchRuntime.Operations Egenskap

Definition

Hämtar en samling DispatchOperation objekt som kan användas för att styra körningsbeteendet för en viss åtgärd.

public:
 property System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ Operations { System::Collections::Generic::SynchronizedKeyedCollection<System::String ^, System::ServiceModel::Dispatcher::DispatchOperation ^> ^ get(); };
public System.Collections.Generic.SynchronizedKeyedCollection<string,System.ServiceModel.Dispatcher.DispatchOperation> Operations { get; }
member this.Operations : System.Collections.Generic.SynchronizedKeyedCollection<string, System.ServiceModel.Dispatcher.DispatchOperation>
Public ReadOnly Property Operations As SynchronizedKeyedCollection(Of String, DispatchOperation)

Egenskapsvärde

En SynchronizedKeyedCollection<K,T> av typen String och DispatchOperation objekt.

Kommentarer

Operations Använd egenskapen för att inspektera eller ändra parametrar, kontrollera parametern och returnera värde serialisering och deserialisering, kontrollåtgärdsanrop och ändra andra beteenden för en enda åtgärd. Mer information finns i DispatchOperation.

Gäller för