Click or drag to resize

CacheControllerCreateSystemIdentityAndRefreshCache Method

Tip: instead of using this it is advised to use the SystemBootUtility.Initialize(). The method creates an AppIdentity for the system user and assigns it to the thread. Afterwards it refreshes the cache. The method is intended to be used by windows and cmd-line apps that utilize the system APIs. The method can be called without an AppIdentity on the thread.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static AppIdentity CreateSystemIdentityAndRefreshCache(
	int customerId
)

Parameters

customerId
Type: SystemInt32

Return Value

Type: AppIdentity
See Also