C# 클래스 NPerf.Core.Communication.SendReceiveLock

상속: IDisposable
파일 보기 프로젝트 열기: Orcomp/NPerf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Receive ( Func receiveFunc, System.TimeSpan timeout ) : object
Send ( System.Action sendAction, System.TimeSpan timeout ) : void
SendReceiveLock ( string fullName, string emptyName ) : System

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Receive() 공개 메소드

public Receive ( Func receiveFunc, System.TimeSpan timeout ) : object
receiveFunc Func
timeout System.TimeSpan
리턴 object

Send() 공개 메소드

public Send ( System.Action sendAction, System.TimeSpan timeout ) : void
sendAction System.Action
timeout System.TimeSpan
리턴 void

SendReceiveLock() 공개 메소드

public SendReceiveLock ( string fullName, string emptyName ) : System
fullName string
emptyName string
리턴 System