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

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

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