C# 클래스 NetMQ.Core.Utils.Signaler

파일 보기 프로젝트 열기: somdoron/netmq

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : void

Close the read and write sockets.

Recv ( ) : void
Send ( ) : void
Signaler ( ) : System.Diagnostics
WaitEvent ( int timeout ) : bool

메소드 상세

Close() 공개 메소드

Close the read and write sockets.
public Close ( ) : void
리턴 void

Recv() 공개 메소드

public Recv ( ) : void
리턴 void

Send() 공개 메소드

public Send ( ) : void
리턴 void

Signaler() 공개 메소드

public Signaler ( ) : System.Diagnostics
리턴 System.Diagnostics

WaitEvent() 공개 메소드

public WaitEvent ( int timeout ) : bool
timeout int
리턴 bool