DispatchRuntime.Operations Özellik

Tanım

Belirli bir işlemin yürütme davranışını denetlemek için kullanılabilecek bir nesne koleksiyonunu DispatchOperation alır.

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)

Özellik Değeri

Tür SynchronizedKeyedCollection<K,T>String ve DispatchOperation nesnelerden oluşan bir.

Açıklamalar

Parametresini Operations incelemek veya değiştirmek, parametreyi denetlemek ve değer serileştirmesini ve seri durumdan çıkarmayı döndürmek, işlem çağrısını denetlemek ve tek bir işlem için diğer davranışları değiştirmek için özelliğini kullanın. Ayrıntılar için bkz. DispatchOperation.

Şunlara uygulanır