Sdílet prostřednictvím


DispatchRuntime.Operations Vlastnost

Definice

Získá kolekci DispatchOperation objektů, které lze použít k řízení chování provádění konkrétní operace.

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)

Hodnota vlastnosti

String Typ SynchronizedKeyedCollection<K,T> a DispatchOperation objekty.

Poznámky

Operations Pomocí vlastnosti můžete zkontrolovat nebo upravit parametry, ovládacího parametru a vrácené hodnoty serializace a deserializace, řízení vyvolání operace a upravit další chování pro jednu operaci. Podrobnosti najdete v tématu DispatchOperation.

Platí pro