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

一个 ClientOperation,它表示当操作选择器找不到与消息匹配的操作时,当前消息内容被路由到的方法。

适用于