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
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
Run ( ) : void

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

Private Methods

Method Description
InitBlock ( Message enclosingInstance ) : void
Timeout ( Message enclosingInstance, int interval, Message msg ) : System

Method Details

Run() public method

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