DispatchRuntime.OperationSelector プロパティ

定義

特定のメッセージの宛先 IDispatchOperationSelector の選択を制御する DispatchOperation オブジェクトを取得または設定します。

public:
 property System::ServiceModel::Dispatcher::IDispatchOperationSelector ^ OperationSelector { System::ServiceModel::Dispatcher::IDispatchOperationSelector ^ get(); void set(System::ServiceModel::Dispatcher::IDispatchOperationSelector ^ value); };
public System.ServiceModel.Dispatcher.IDispatchOperationSelector OperationSelector { get; set; }
member this.OperationSelector : System.ServiceModel.Dispatcher.IDispatchOperationSelector with get, set
Public Property OperationSelector As IDispatchOperationSelector

プロパティ値

IDispatchOperationSelector

IDispatchOperationSelector オブジェクト。

注釈

OperationSelector プロパティを使用して、指定したメッセージを受信する操作を決定します。 既定の操作セレクターは、メッセージのアクション ヘッダーの値を返します。アクション ヘッダーは、正しい DispatchOperation を検索するためのキーとして使用します。 一致する操作が見つからない場合は、呼び出しが UnhandledDispatchOperation プロパティからの戻り値にディスパッチされます。

適用対象