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

EndUpdateReplicationJob() 공개 메소드

Finishes the asynchronous execution of the UpdateReplicationJob operation.
public EndUpdateReplicationJob ( IAsyncResult asyncResult ) : UpdateReplicationJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateReplicationJob.
리턴 UpdateReplicationJobResponse
        public  UpdateReplicationJobResponse EndUpdateReplicationJob(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateReplicationJobResponse>(asyncResult);
        }