DispatchRuntime.Operations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。