ClientRuntime.UnhandledClientOperation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’opération cliente pour les méthodes qui n’ont pas de correspondance ClientOperation dans la Operations collection.
public:
property System::ServiceModel::Dispatcher::ClientOperation ^ UnhandledClientOperation { System::ServiceModel::Dispatcher::ClientOperation ^ get(); };
public System.ServiceModel.Dispatcher.ClientOperation UnhandledClientOperation { get; }
member this.UnhandledClientOperation : System.ServiceModel.Dispatcher.ClientOperation
Public ReadOnly Property UnhandledClientOperation As ClientOperation
Valeur de propriété
Qui ClientOperation représente la méthode à laquelle le contenu actuel du message est routé lorsque le sélecteur d’opération ne trouve pas une opération qui correspond au message.