Amazon.DeviceFarm.AmazonDeviceFarmClient.EndGetRun C# (CSharp) 메소드

EndGetRun() 공개 메소드

Finishes the asynchronous execution of the GetRun operation.
public EndGetRun ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRun.
리턴 Amazon.DeviceFarm.Model.GetRunResponse
        public  GetRunResponse EndGetRun(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRunResponse>(asyncResult);
        }
AmazonDeviceFarmClient