ClientOperation.SyncMethod 속성

정의

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

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

속성 값

MethodInfo

작업을 구현하는 메서드를 나타내는 MethodInfo입니다. 작업이 비동기 작업인 경우 이 값이 null이고 구현 메서드가 BeginMethodEndMethod 속성에 저장됩니다.

적용 대상