Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.BeginDescribeReplicationTasks C# (CSharp) Метод

BeginDescribeReplicationTasks() публичный Метод

Initiates the asynchronous execution of the DescribeReplicationTasks operation.
public BeginDescribeReplicationTasks ( DescribeReplicationTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeReplicationTasksRequest Container for the necessary parameters to execute the DescribeReplicationTasks operation on AmazonDatabaseMigrationServiceClient.
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.
Результат IAsyncResult
        public IAsyncResult BeginDescribeReplicationTasks(DescribeReplicationTasksRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeReplicationTasksRequestMarshaller();
            var unmarshaller = DescribeReplicationTasksResponseUnmarshaller.Instance;

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