Partager via


DispatchRuntime.UnhandledDispatchOperation Propriété

Définition

Obtient ou définit l'opération à laquelle les messages non reconnus sont distribués.

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

Valeur de propriété

DispatchOperation à laquelle les messages non reconnus sont distribués.

Remarques

L'opération retournée par UnhandledDispatchOperation est celle qui est désignée par un astérisque (*) dans la propriété Action.

S’applique à