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

BeginListUserImportJobs() public method

Initiates the asynchronous execution of the ListUserImportJobs operation.
public BeginListUserImportJobs ( ListUserImportJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CognitoIdentityProvider.Model.ListUserImportJobsRequest Container for the necessary parameters to execute the ListUserImportJobs operation on AmazonCognitoIdentityProviderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginListUserImportJobs(ListUserImportJobsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListUserImportJobsRequestMarshaller();
            var unmarshaller = ListUserImportJobsResponseUnmarshaller.Instance;

            return BeginInvoke<ListUserImportJobsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCognitoIdentityProviderClient