C# Class SevenDigital.Messaging.Infrastructure.SignalHandling.CrossPlatformSignalDispatch

Wait for termination events on a background thread. You should terminate soon after receiving a terminate event.
Afficher le fichier Open project: i-e-b/SevenDigital.Messaging

Private Properties

Свойство Type Description
CrossPlatformSignalDispatch System

Méthodes publiques

Méthode Description
ConsoleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
TerminateEventSent ( int signal ) : void
UnixSignalLoop ( ) : void

Private Methods

Méthode Description
CrossPlatformSignalDispatch ( ) : System

Method Details

ConsoleCancelKeyPress() public méthode

public ConsoleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
sender object
e System.ConsoleCancelEventArgs
Résultat void

TerminateEventSent() public méthode

public TerminateEventSent ( int signal ) : void
signal int
Résultat void

UnixSignalLoop() public méthode

public UnixSignalLoop ( ) : void
Résultat void