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

EndCreateReplicationJob() public method

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