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

EndDeleteReplicationJob() public method

Finishes the asynchronous execution of the DeleteReplicationJob operation.
public EndDeleteReplicationJob ( IAsyncResult asyncResult ) : DeleteReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteReplicationJob.
return DeleteReplicationJobResponse
        public  DeleteReplicationJobResponse EndDeleteReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteReplicationJobResponse>(asyncResult);
        }