Amazon.DeviceFarm.AmazonDeviceFarmClient.EndUpdateDevicePool C# (CSharp) 메소드

EndUpdateDevicePool() 공개 메소드

Finishes the asynchronous execution of the UpdateDevicePool operation.
public EndUpdateDevicePool ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDevicePool.
리턴 Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
        public  UpdateDevicePoolResponse EndUpdateDevicePool(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateDevicePoolResponse>(asyncResult);
        }
AmazonDeviceFarmClient