C# Class NPerf.Core.Communication.ProcessMailBox

ProcessMailBox is an Inter-Process mailbox. A mailbox is a blocking single item container.
All members of this class are thread-safe.
Inheritance: IDisposable
Datei anzeigen Open project: Orcomp/NPerf Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ProcessMailBox ( string name, System.TimeSpan sendReceiveTimeout ) : System

Initializes a new instance of the ProcessMailBox class.

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessMailBox() public method

Initializes a new instance of the ProcessMailBox class.
public ProcessMailBox ( string name, System.TimeSpan sendReceiveTimeout ) : System
name string /// The name for the semaphores and the shared memory file. ///
sendReceiveTimeout System.TimeSpan
return System