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

EndGetTest() 공개 메소드

Finishes the asynchronous execution of the GetTest operation.
public EndGetTest ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetTestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTest.
리턴 Amazon.DeviceFarm.Model.GetTestResponse
        public  GetTestResponse EndGetTest(IAsyncResult asyncResult)
        {
            return EndInvoke<GetTestResponse>(asyncResult);
        }
AmazonDeviceFarmClient