Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListSuites C# (CSharp) Method

EndListSuites() public method

Finishes the asynchronous execution of the ListSuites operation.
public EndListSuites ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListSuitesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSuites.
return Amazon.DeviceFarm.Model.ListSuitesResponse
        public  ListSuitesResponse EndListSuites(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSuitesResponse>(asyncResult);
        }
AmazonDeviceFarmClient