ClientOperation.EndMethod Propriété

Définition

Obtient ou définit la méthode qui implémente la méthode de fin asynchrone pour l’opération.

public:
 property System::Reflection::MethodInfo ^ EndMethod { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo EndMethod { get; set; }
member this.EndMethod : System.Reflection.MethodInfo with get, set
Public Property EndMethod As MethodInfo

Valeur de propriété

Qui MethodInfo représente la méthode de fin de l’opération, ou null si l’opération n’est pas asynchrone.

S’applique à