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 屬性中使用 "*" (星號) 指出的作業。

適用於