Table of Contents

Interface IDataChangeService

Namespace
OpenSettings.Services.Interfaces
Assembly
OpenSettings.dll
public interface IDataChangeService

Methods

NotifyChangeAsync(Guid, string, Guid, CancellationToken)

Task NotifyChangeAsync(Guid clientId, string identifierName, Guid classComputedIdentifier, CancellationToken cancellationToken)

Parameters

clientId Guid
identifierName string
classComputedIdentifier Guid
cancellationToken CancellationToken

Returns

Task