BuildMaster SDK Reference
Version:

GetStateAsync(System.Threading.CancellationToken cancellationToken) Method

When implemented by a derived class, retrieves the changes that occurred in the database.

Syntax

public abstract Task<ChangeScriptState> GetStateAsync(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Task cancellation token.

Returns

Changes that occurred in the database.