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