C# 클래스 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.
상속: IDisposable
파일 보기 프로젝트 열기: Orcomp/NPerf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessMailBox ( string name, System.TimeSpan sendReceiveTimeout ) : System

Initializes a new instance of the ProcessMailBox class.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessMailBox() 공개 메소드

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
리턴 System