Click or drag to resize

TraySetEngineAsync Method

IT Hit User File System
Associates Engine with Tray and starts listening to Engine events. Engine executes Tray commands. The tray connects to ItemsProgress, ItemsChanged, StateChanged events and reflects changes in its UI. If null is passed, the Engine and Tray are disassociated.

Namespace:  ITHit.FileSystem.Windows.WinUI
Assembly:  ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntax
public Task SetEngineAsync(
	EngineWindows engine,
	Dictionary<string, string> compareSettings
)

Parameters

engine
Type: ITHit.FileSystem.WindowsEngineWindows
Engine instanse to assign to the window.
compareSettings
Type: System.Collections.GenericDictionaryString, String
Compare setting dictionary of the engine.

Return Value

Type: Task
Awaitable task.
See Also