Click or drag to resize

UserActionContextCreateContext Method

Creates a new UserActionContext and set it as current. Throws an exception if a context already exists.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static IDisposable CreateContext(
	string description
)

Parameters

description
Type: SystemString

Return Value

Type: IDisposable
See Also