DispatchRuntime.Operations 屬性

定義

取得 DispatchOperation 物件的集合,此集合可用於控制特定作業的執行行為。

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)

屬性值

型別 SynchronizedKeyedCollection<K,T>String 物件的 DispatchOperation

備註

使用 Operations 屬性,即可檢查或修改參數、控制參數和傳回值序列化和還原序列化、控制作業叫用,以及修改單一作業的其他行為。 如需詳細資訊,請參閱 DispatchOperation

適用於