Share via


DispatchRuntime.UnhandledDispatchOperation 属性

定义

获取或设置将无法识别的消息调度到的操作。

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

属性值

将无法识别的消息调度到的 DispatchOperation

注解

UnhandledDispatchOperation 返回的操作是在 Action 属性中通过使用“*”(星号)指示的。

适用于