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

EndStopUserImportJob() public method

Finishes the asynchronous execution of the StopUserImportJob operation.
public EndStopUserImportJob ( IAsyncResult asyncResult ) : StopUserImportJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopUserImportJob.
return Amazon.CognitoIdentityProvider.Model.StopUserImportJobResponse
        public  StopUserImportJobResponse EndStopUserImportJob(IAsyncResult asyncResult)
        {
            return EndInvoke<StopUserImportJobResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient