Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.EndDeleteReplicationJob C# (CSharp) 메소드

EndDeleteReplicationJob() 공개 메소드

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