Method | Description | |
---|---|---|
CreateMutex ( string strName, bool bInitiallyOwned ) : bool | ||
Refresh ( ) : void | ||
ReleaseAll ( ) : void | ||
ReleaseMutex ( string strName ) : bool |
Method | Description | |
---|---|---|
CreateMutexUnix ( string strName, bool bInitiallyOwned ) : bool | ||
CreateMutexWin ( string strName, bool bInitiallyOwned ) : bool | ||
GetMutexPath ( string strName ) : string | ||
ReleaseMutexUnix ( string strName ) : bool | ||
ReleaseMutexWin ( string strName ) : bool | ||
WriteMutexFilePriv ( string strPath ) : void |
public static CreateMutex ( string strName, bool bInitiallyOwned ) : bool | ||
strName | string | |
bInitiallyOwned | bool | |
return | bool |
public static ReleaseMutex ( string strName ) : bool | ||
strName | string | |
return | bool |