DispatchRuntime.UnhandledDispatchOperation Propriedade

Definição

Obtém ou define a operação para a qual as mensagens não reconhecidas são enviadas.

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

Valor de Propriedade

Para onde DispatchOperation são enviadas mensagens não reconhecidas.

Observações

A operação return por o UnhandledDispatchOperation é a operação indicada pelo uso do "*" (asterisco) na Action propriedade.

Aplica-se a