Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndCreateReplicationJob C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateReplicationJob operation.
public EndCreateReplicationJob ( IAsyncResult asyncResult ) : CreateReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReplicationJob.
Результат Amazon.ServerMigrationService.Model.CreateReplicationJobResponse
        public  CreateReplicationJobResponse EndCreateReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateReplicationJobResponse>(asyncResult);
        }