Amazon.Pinpoint.AmazonPinpointClient.BeginCreateImportJob C# (CSharp) Method

BeginCreateImportJob() public method

Initiates the asynchronous execution of the CreateImportJob operation.
public BeginCreateImportJob ( CreateImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.CreateImportJobRequest Container for the necessary parameters to execute the CreateImportJob operation on AmazonPinpointClient.
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 BeginCreateImportJob(CreateImportJobRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateImportJobRequestMarshaller();
            var unmarshaller = CreateImportJobResponseUnmarshaller.Instance;

            return BeginInvoke<CreateImportJobRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonPinpointClient