Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndListUserImportJobs C# (CSharp) Method

EndListUserImportJobs() public method

Finishes the asynchronous execution of the ListUserImportJobs operation.
public EndListUserImportJobs ( IAsyncResult asyncResult ) : ListUserImportJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUserImportJobs.
return Amazon.CognitoIdentityProvider.Model.ListUserImportJobsResponse
        public  ListUserImportJobsResponse EndListUserImportJobs(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUserImportJobsResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient