Compartilhar via


DispatchRuntime.UnhandledDispatchOperation Propriedade

Definição

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

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 da propriedade

DispatchOperation

As DispatchOperation mensagens não reconhecidas são enviadas.

Comentários

A operação retorna pela UnhandledDispatchOperation operação indicada pelo uso do "*" (asterisco) na Action propriedade.

Aplica-se a