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