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

EndGetTest() public method

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