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

適用対象