OperationContractGenerationContext.EndMethod 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 la déclaration de l'opération de fin asynchrone.
public:
property System::CodeDom::CodeMemberMethod ^ EndMethod { System::CodeDom::CodeMemberMethod ^ get(); };
public System.CodeDom.CodeMemberMethod EndMethod { get; }
member this.EndMethod : System.CodeDom.CodeMemberMethod
Public ReadOnly Property EndMethod As CodeMemberMethod
Valeur de propriété
Opération de fin asynchrone. Retourne null si l’opération est une opération synchrone.
Remarques
Utilisez la propriété EndMethod pour examiner ou modifier la méthode de fin asynchrone qui modélise une opération asynchrone.