IUpdatesService.

GetUpdatesFromState(IState, CancellationToken) Method

Summary

Get manual updates

Syntax

Task<IDifference> GetUpdatesFromState(IState currentState, CancellationToken cancellationToken = default(CancellationToken))

Parameters

Name Type Description
currentState IState From the state obtained in the method
cancellationToken CancellationToken Cancellation token

Return Value

Type Description
Task<IDifference>