C# Класс Novell.Directory.Ldap.Message.Timeout

Timer class to provide timing for messages. Only called if time to wait is non zero.
Наследование: SupportClass.ThreadClass
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( ) : void

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

Приватные методы

Метод Описание
InitBlock ( Message enclosingInstance ) : void
Timeout ( Message enclosingInstance, int interval, Message msg ) : System

Описание методов

Run() публичный Метод

The timeout thread. If it wakes from the sleep, future input is stopped and the request is timed out.
public Run ( ) : void
Результат void