Amazon.DeviceFarm.AmazonDeviceFarmClient.EndGetDevice C# (CSharp) Méthode

EndGetDevice() public méthode

Finishes the asynchronous execution of the GetDevice operation.
public EndGetDevice ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.GetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDevice.
Résultat Amazon.DeviceFarm.Model.GetDeviceResponse
        public  GetDeviceResponse EndGetDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDeviceResponse>(asyncResult);
        }
AmazonDeviceFarmClient