Свойство | Type | Description | |
---|---|---|---|
Dispose | void | ||
OnClientConnected | void | ||
OnReadComplete | void | ||
OnWriteComplete | void |
Méthode | Description | |
---|---|---|
Create ( ) : bool |
Create the pipe
|
|
Dispose ( ) : void | ||
IpcPipe ( |
Default Constructor
|
|
IsConnectionAlive ( ) : bool |
Check if the connection is alive
|
|
KillConnection ( ) : void |
Kill the connection
|
|
Reconnect ( ) : void |
Kill current connection and wait for other connection
|
|
Write ( byte data, int offset, int dataByteSize ) : void |
Write data to the pipe
|
Méthode | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
OnClientConnected ( IAsyncResult result ) : void |
Handle on client connected
|
|
OnReadComplete ( IAsyncResult result ) : void |
Handle when read is completed
|
|
OnWriteComplete ( IAsyncResult result ) : void |
Handles when Write is completed
|
public IpcPipe ( |
||
options | the pipe options | |
Résultat | System |
public Write ( byte data, int offset, int dataByteSize ) : void | ||
data | byte | the data to write |
offset | int | offset to start write from given data |
dataByteSize | int | byte size of the data to write |
Résultat | void |