Udostępnij przez


ClientOperation.EndMethod Właściwość

Definicja

Pobiera lub ustawia metodę, która implementuje metodę asynchroniczną dla operacji.

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

Wartość właściwości

Element MethodInfo reprezentujący metodę końcową operacji lub null jeśli operacja nie jest asynchroniczna.

Dotyczy