Share via


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입니다.

적용 대상