다음을 통해 공유


CompletionMessage.Result 속성

정의

호출의 선택적 결과입니다. 오류가 있는 경우 null이어야 합니다. 메서드 호출의 결과가 없는 경우에도 null일 수 있습니다.

public:
 property System::Object ^ Result { System::Object ^ get(); };
public object Result { get; }
public object? Result { get; }
member this.Result : obj
Public ReadOnly Property Result As Object

속성 값

적용 대상