다음을 통해 공유


ClientOperation.BeginMethod 속성

정의

비동기 작업과 연결된 메서드를 가져오거나 설정합니다.

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

속성 값

MethodInfo

비동기 메서드 쌍의 시작 부분을 처리하는 메서드를 나타내는 MethodInfo 개체입니다. 작업이 비동기 메서드 쌍의 일부가 아닌 경우에는 null입니다.

적용 대상