ClientRuntime.UnhandledClientOperation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在 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,它表示当操作选择器找不到与消息匹配的操作时,当前消息内容被路由到的方法。