C# Class Novell.Directory.Ldap.Message.Timeout

Timer class to provide timing for messages. Only called if time to wait is non zero.
Inheritance: SupportClass.ThreadClass
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
Run ( ) : void

The timeout thread. If it wakes from the sleep, future input is stopped and the request is timed out.

Private Methods

Méthode Description
InitBlock ( Message enclosingInstance ) : void
Timeout ( Message enclosingInstance, int interval, Message msg ) : System

Method Details

Run() public méthode

The timeout thread. If it wakes from the sleep, future input is stopped and the request is timed out.
public Run ( ) : void
Résultat void