ClientRuntime.UnhandledClientOperation プロパティ

定義

ClientOperation コレクション内に対応する Operations のないメソッドのクライアント操作を取得します。

public:
 property System::ServiceModel::Dispatcher::ClientOperation ^ UnhandledClientOperation { System::ServiceModel::Dispatcher::ClientOperation ^ get(); };
public System.ServiceModel.Dispatcher.ClientOperation UnhandledClientOperation { get; }
member this.UnhandledClientOperation : System.ServiceModel.Dispatcher.ClientOperation
Public ReadOnly Property UnhandledClientOperation As ClientOperation

プロパティ値

操作セレクターがメッセージに一致する操作を見つけられないときに、現在のメッセージの内容のルーティング先メソッドを表す ClientOperation

適用対象