Share via


ClientOperation.EndMethod 속성

정의

작업에 대한 비동기 End 메서드를 구현하는 메서드를 가져오거나 설정합니다.

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

속성 값

작업에 대한 End 메서드를 나타내는 MethodInfo이거나, 작업이 비동기 작업이 아닌 경우에는 null입니다.

적용 대상