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

EndListDevicePools() 공개 메소드

Finishes the asynchronous execution of the ListDevicePools operation.
public EndListDevicePools ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListDevicePoolsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDevicePools.
리턴 Amazon.DeviceFarm.Model.ListDevicePoolsResponse
        public  ListDevicePoolsResponse EndListDevicePools(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDevicePoolsResponse>(asyncResult);
        }
AmazonDeviceFarmClient