Aracılığıyla paylaş


DispatchRuntime.Operations Özellik

Tanım

Belirli bir işlemin yürütme davranışını denetlemek için kullanılabilecek bir nesne koleksiyonu 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

Operations Parametreleri incelemek veya değiştirmek, parametreyi denetlemek ve değer serileştirme ve seri durumdan çıkarma, işlem çağırmayı 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