Partager via


OperationContractGenerationContext.EndMethod Propriété

Définition

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é

CodeMemberMethod

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.

S’applique à