다음을 통해 공유


ClientBase<TChannel>.InvokeAsyncCompletedEventArgs.Results 속성

정의

클라이언트에서 수행한 비동기 호출의 결과를 가져옵니다.

public:
 property cli::array <System::Object ^> ^ Results { cli::array <System::Object ^> ^ get(); };
public object[] Results { get; }
member this.Results : obj[]
Public ReadOnly Property Results As Object()

속성 값

Object[]

클라이언트에서 수행한 비동기 호출의 결과를 포함하는 Object의 배열입니다.

적용 대상