Click or drag to resize

OperationSourceContextCreateContext Method

Creates a new OperationSourceContext and set it as current.

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

Parameters

operationSource
Type: Omada.OE.Model.AuthSourcePolicyOperationSource

Return Value

Type: IDisposable
See Also