Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListDevices C# (CSharp) Метод

EndListDevices() публичный Метод

Finishes the asynchronous execution of the ListDevices operation.
public EndListDevices ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDevices.
Результат Amazon.DeviceFarm.Model.ListDevicesResponse
        public  ListDevicesResponse EndListDevices(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDevicesResponse>(asyncResult);
        }
AmazonDeviceFarmClient