Show / Hide Table of Contents

Interface IChangeLogSupport

ChangeLog action support.

Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IChangeLogSupport
Remarks

Implementation of IChangeLogSupport filters files updated since last processed date.

Methods

RetrieveChangeLogAsync(ChangeLogRequest, IFileListResultsHandler, CancellationToken)

Get files updated since last processed date.

Declaration
Task RetrieveChangeLogAsync(ChangeLogRequest request, IFileListResultsHandler handler, CancellationToken cancellationToken)
Parameters
Type Name Description
ChangeLogRequest request

The request.

IFileListResultsHandler handler

The handler.

CancellationToken cancellationToken

The cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns
Type Description
Task

A representing the result of the asynchronous operation.

In This Article
Back to top Generated by DocFX