Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.BeginImportServerCatalog C# (CSharp) Method

BeginImportServerCatalog() public method

Initiates the asynchronous execution of the ImportServerCatalog operation.
public BeginImportServerCatalog ( ImportServerCatalogRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportServerCatalogRequest Container for the necessary parameters to execute the ImportServerCatalog operation on AmazonServerMigrationServiceClient.
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 BeginImportServerCatalog(ImportServerCatalogRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ImportServerCatalogRequestMarshaller();
            var unmarshaller = ImportServerCatalogResponseUnmarshaller.Instance;

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