PluginContextUninitialize Method |
Resets the context to uninitialized state.
This method isn't intended to be called from plugin.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax 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