ClientRuntime.ClientOperations プロパティ

定義

特定のサービス操作のメッセージと動作を調査または変更する拡張オブジェクトを追加するために使用するクライアント操作オブジェクトのコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::ClientOperation ^> ^ ClientOperations { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::ClientOperation ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.ClientOperation> ClientOperations { get; }
member this.ClientOperations : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.ClientOperation>
Public ReadOnly Property ClientOperations As ICollection(Of ClientOperation)

プロパティ値

ICollection<ClientOperation>

特定のサービス操作のメッセージと動作を調査または変更する拡張オブジェクトを追加するために使用するクライアント操作オブジェクトのコレクション。

注釈

ClientOperations はスレッド セーフ コレクションです。

適用対象