Class SharememUtils
Inheritance
object
SharememUtils
Assembly: SharedMemIPC.dll
Syntax
public static class SharememUtils : Object
Methods
ClientMutex(bool, string)
Declaration
public static Mutex ClientMutex(bool init_own, string srv_name)
Parameters
Type |
Name |
Description |
bool |
init_own |
|
string |
srv_name |
|
Returns
Type |
Description |
System.Threading.Mutex |
|
ClientMutexName(string)
Declaration
public static string ClientMutexName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RequestFileName(string)
Declaration
public static string RequestFileName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RequestFinishedEvent(bool, EventResetMode, string)
Declaration
public static EventWaitHandle RequestFinishedEvent(bool InitState, EventResetMode Mode, string SrvName)
Parameters
Type |
Name |
Description |
bool |
InitState |
|
System.Threading.EventResetMode |
Mode |
|
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
RequestFinishedEvent(string)
Declaration
public static EventWaitHandle RequestFinishedEvent(string SrvName)
Parameters
Type |
Name |
Description |
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
RequestMemLockName(string)
Declaration
public static string RequestMemLockName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RequestReadyEvent(bool, EventResetMode, string)
Declaration
public static EventWaitHandle RequestReadyEvent(bool InitState, EventResetMode Mode, string SrvName)
Parameters
Type |
Name |
Description |
bool |
InitState |
|
System.Threading.EventResetMode |
Mode |
|
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
RequestReadyEvent(string)
Declaration
public static EventWaitHandle RequestReadyEvent(string SrvName)
Parameters
Type |
Name |
Description |
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ResponseFileName(string)
Declaration
public static string ResponseFileName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ResponseMemLockName(string)
Declaration
public static string ResponseMemLockName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ResponseReadyEvent(bool, EventResetMode, string)
Declaration
public static EventWaitHandle ResponseReadyEvent(bool InitState, EventResetMode Mode, string SrvName)
Parameters
Type |
Name |
Description |
bool |
InitState |
|
System.Threading.EventResetMode |
Mode |
|
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ResponseReadyEvent(string)
Declaration
public static EventWaitHandle ResponseReadyEvent(string SrvName)
Parameters
Type |
Name |
Description |
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ServerListeningEvent(bool, EventResetMode, string)
Declaration
public static EventWaitHandle ServerListeningEvent(bool InitState, EventResetMode Mode, string SrvName)
Parameters
Type |
Name |
Description |
bool |
InitState |
|
System.Threading.EventResetMode |
Mode |
|
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ServerListeningEvent(string)
Declaration
public static EventWaitHandle ServerListeningEvent(string SrvName)
Parameters
Type |
Name |
Description |
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ServerMutex(bool, string)
Declaration
public static Mutex ServerMutex(bool init_own, string srv_name)
Parameters
Type |
Name |
Description |
bool |
init_own |
|
string |
srv_name |
|
Returns
Type |
Description |
System.Threading.Mutex |
|
ServerMutexName(string)
Declaration
public static string ServerMutexName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
ServerStartedEvent(bool, EventResetMode, string)
Declaration
public static EventWaitHandle ServerStartedEvent(bool InitState, EventResetMode Mode, string SrvName)
Parameters
Type |
Name |
Description |
bool |
InitState |
|
System.Threading.EventResetMode |
Mode |
|
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|
ServerStartedEvent(string)
Declaration
public static EventWaitHandle ServerStartedEvent(string SrvName)
Parameters
Type |
Name |
Description |
string |
SrvName |
|
Returns
Type |
Description |
System.Threading.EventWaitHandle |
|