Click or drag to resize

EngineIsAuthenticatedAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.2.27026.0
Syntax
public virtual Task<bool> IsAuthenticatedAsync(
	IItemsChange itemsChange,
	CancellationToken cancellationToken
)

Parameters

itemsChange
Type: ITHit.FileSystemIItemsChange
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskBoolean

Implements

IEngineIsAuthenticatedAsync(IItemsChange, CancellationToken)
See Also