Свойство | Тип | Описание | |
---|---|---|---|
ActiveIoHandler | IOHandler>.Dictionary | ||
DeadIoHandler | ConcurrentBag |
||
Stopwatch | Stopwatch | ||
TimersManager |
Метод | Описание | |
---|---|---|
CreateOrGetSocketAsyncEventArgs ( this ioHandler ) : |
||
DeleteDeadHandlers ( ) : int | ||
DisableTimer ( this ioHandler ) : bool | ||
EnableTimer ( this ioHandler, uint seconds ) : bool | ||
EnqueueForDelete ( |
||
Initialize ( ) : void | ||
ProcessTimer ( |
||
Pulse ( ) : bool | ||
RegisterIOHandler ( this pIoHandler ) : void | ||
Shutdown ( ) : void | ||
ShutdownIOHandlers ( ) : void | ||
SignalShutdown ( ) : void | ||
Start ( ) : void | ||
UnRegisterIOHandler ( this pIoHandler ) : void |
Метод | Описание | |
---|---|---|
saeCompleted ( object sender, |
public static CreateOrGetSocketAsyncEventArgs ( this ioHandler ) : |
||
ioHandler | this | |
Результат |
public static DeleteDeadHandlers ( ) : int | ||
Результат | int |
public static DisableTimer ( this ioHandler ) : bool | ||
ioHandler | this | |
Результат | bool |
public static EnableTimer ( this ioHandler, uint seconds ) : bool | ||
ioHandler | this | |
seconds | uint | |
Результат | bool |
public static EnqueueForDelete ( |
||
ioHandler | ||
Результат | void |
public static ProcessTimer ( |
||
timerEvent | ||
Результат | void |
public static RegisterIOHandler ( this pIoHandler ) : void | ||
pIoHandler | this | |
Результат | void |
public static ShutdownIOHandlers ( ) : void | ||
Результат | void |
public static UnRegisterIOHandler ( this pIoHandler ) : void | ||
pIoHandler | this | |
Результат | void |
public static Dictionary |
||
Результат | IOHandler>.Dictionary |
public static ConcurrentBag |
||
Результат | ConcurrentBag |