ClientOperation.EndMethod Propriété

Définition

Obtient ou définit la méthode qui implémente la méthode End 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é

MethodInfo qui représente la méthode End pour l'opération ou valeur null si l'opération n'est pas asynchrone.

S’applique à