Compartir vía


DispatchRuntime.UnhandledDispatchOperation Propiedad

Definición

Obtiene o establece la operación a la que se envían los mensajes desconocidos.

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 propiedad

DispatchOperation

DispatchOperation a donde se envían los mensajes desconocidos.

Comentarios

El valor devuelto por la operación por UnhandledDispatchOperation es la operación indicada mediante el uso del "*" (asterisco) en la propiedad Action.

Se aplica a