共用方式為


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,表示當作業選取器找不到與訊息相符的作業時,目前訊息內容將路由到至其中的方法。

適用於