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
Afficher le fichier Open project: Orcomp/NPerf Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessMailBox ( string name, System.TimeSpan sendReceiveTimeout ) : System

Initializes a new instance of the ProcessMailBox class.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessMailBox() public méthode

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
Résultat System