GlobalLock :: Dispose

01 IDisposable implementation; Leaves Global Lock state.
02

[C#] void Dispose();

03 This method uses SemysGlobalUnlockPub() to leave Global Lock state.
04 GlobalLock is meant to be used with the statement
using (GlobalLock gl = new GlobalLock())
{
  ...
}
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, GlobalLock, SemysGlobalUnlockPub()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.