C# 클래스 SevenDigital.Messaging.Infrastructure.SignalHandling.CrossPlatformSignalDispatch

Wait for termination events on a background thread. You should terminate soon after receiving a terminate event.
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

Private Properties

프로퍼티 타입 설명
CrossPlatformSignalDispatch System

공개 메소드들

메소드 설명
ConsoleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
TerminateEventSent ( int signal ) : void
UnixSignalLoop ( ) : void

비공개 메소드들

메소드 설명
CrossPlatformSignalDispatch ( ) : System

메소드 상세

ConsoleCancelKeyPress() 공개 메소드

public ConsoleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
sender object
e System.ConsoleCancelEventArgs
리턴 void

TerminateEventSent() 공개 메소드

public TerminateEventSent ( int signal ) : void
signal int
리턴 void

UnixSignalLoop() 공개 메소드

public UnixSignalLoop ( ) : void
리턴 void