DispatchRuntime.UnhandledDispatchOperation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인식되지 않은 메시지를 디스패치할 대상 작업을 가져오거나 설정합니다.
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 속성에서 "*"(별표)로 표시된 작업입니다.