Class ThreadManager.ForceSingleThreadHelper
Helper class to force asyncronious operations started from the current thread to be executed syncroniously.
Implements
Namespace: SuperOffice.Threading
Assembly: SoCore.dll
Syntax
public class ForceSingleThreadHelper : Object, IDisposable
Methods
Dispose()
Helper class to force asyncronious operations started from the current thread to be executed syncroniously.
Declaration
public void Dispose()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)