DispatchRuntime.UnhandledDispatchOperation Proprietà

Definizione

Ottiene o imposta l'operazione alla quale vengono inviati i messaggi non riconosciuti.

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

Valore della proprietà

Oggetto DispatchOperation al quale vengono inviati i messaggi non riconosciuti.

Commenti

Il valore dell'operazione restituito da UnhandledDispatchOperation è l'operazione indicata dall'utilizzo dell'asterisco (*) nella proprietà Action.

Si applica a