Amazon.Snowball.AmazonSnowballClient.EndListClusterJobs C# (CSharp) Method

EndListClusterJobs() public method

Finishes the asynchronous execution of the ListClusterJobs operation.
public EndListClusterJobs ( IAsyncResult asyncResult ) : ListClusterJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListClusterJobs.
return Amazon.Snowball.Model.ListClusterJobsResponse
        public  ListClusterJobsResponse EndListClusterJobs(IAsyncResult asyncResult)
        {
            return EndInvoke<ListClusterJobsResponse>(asyncResult);
        }