Click or drag to resize

PluginContextUninitialize Method

Resets the context to uninitialized state. This method isn't intended to be called from plugin.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static void Uninitialize()
Remarks
Use this method in unit tests to reset the context and re-initialize with appropriate services for each test fixture.
See Also