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

인식되지 않은 메시지가 디스패치되는 대상 DispatchOperation입니다.

설명

UnhandledDispatchOperation에 의해 반환되는 작업은 Action 속성에서 "*"(별표)로 표시된 작업입니다.

적용 대상