Table of Contents

Class DispFrameUtil

Namespace
Hi.Disp
Assembly
HiDisp.dll

Utility class for display frame management.

public static class DispFrameUtil
Inheritance
DispFrameUtil
Inherited Members

Properties

KeyToDispEngineHostDictionary

Internal Use Only.

public static ConcurrentDictionary<object, DispEngineConfig> KeyToDispEngineHostDictionary { get; }

Property Value

ConcurrentDictionary<object, DispEngineConfig>

UpdateDispEngineFunc

Gets or sets the function to update display engine.

public static Action<string, DispEngineConfig> UpdateDispEngineFunc { get; set; }

Property Value

Action<string, DispEngineConfig>

Methods

CallDispEngineConfig(string, params IDisplayee[])

Configures the display engine with the specified displayees.

public static DispEngineConfig CallDispEngineConfig(string key, params IDisplayee[] displayees)

Parameters

key string

The key to identify the display engine configuration.

displayees IDisplayee[]

The displayees to be configured.

Returns

DispEngineConfig

The display engine configuration.

ClearCache()

Clears the cache of display engine configurations.

public static void ClearCache()

UpdateDispEngine(string)

Internal Use Only.

public static void UpdateDispEngine(string key)

Parameters

key string

The key to identify the display engine configuration.