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

EndUpdateReplicationJob() public method

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