Condividi tramite


ClientOperation.EndMethod Proprietà

Definizione

Ottiene o imposta il metodo che implementa il metodo End asincrono per l'operazione.

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

Valore della proprietà

Un oggetto MethodInfo che rappresenta il metodo End per l'operazione o null se l'operazione non è asincrona.

Si applica a