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

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

Finishes the asynchronous execution of the DeleteDevicePool operation.
public EndDeleteDevicePool ( IAsyncResult asyncResult ) : DeleteDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDevicePool.
Результат DeleteDevicePoolResponse
        public  DeleteDevicePoolResponse EndDeleteDevicePool(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDevicePoolResponse>(asyncResult);
        }
AmazonDeviceFarmClient