Property | Type | Description | |
---|---|---|---|
FileNameProcessedMap | bool>.Dictionary | ||
LockFileCount | int | ||
SentCount | int | ||
Updated | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
GetResponse ( string recipient, string messageHead, string messageBody, int>.Func |
||
IPC ( string selfNameIn ) : System | ||
MapFunction ( string messageHead, int>.Func |
||
SendMessage ( string recipient, string messageHead, string messageBody ) : void | ||
SetUDPCallback ( int>.Func |
||
Update ( ) : void |
public GetResponse ( string recipient, string messageHead, string messageBody, int>.Func |
||
recipient | string | |
messageHead | string | |
messageBody | string | |
callback | int>.Func | |
return | void |
public MapFunction ( string messageHead, int>.Func |
||
messageHead | string | |
callback | int>.Func | |
return | void |
public SendMessage ( string recipient, string messageHead, string messageBody ) : void | ||
recipient | string | |
messageHead | string | |
messageBody | string | |
return | void |
public SetUDPCallback ( int>.Func |
||
udpCallbackIn | int>.Func | |
return | void |
public static Dictionary |
||
return | bool>.Dictionary |