Amazon.DeviceFarm.AmazonDeviceFarmClient.EndGetRun C# (CSharp) Method

EndGetRun() public method

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.
return Amazon.DeviceFarm.Model.GetRunResponse
        public  GetRunResponse EndGetRun(IAsyncResult asyncResult)
        {
            return EndInvoke<GetRunResponse>(asyncResult);
        }
AmazonDeviceFarmClient