Property | Type | Description | |
---|---|---|---|
ActiveIoHandler | IOHandler>.Dictionary | ||
DeadIoHandler | ConcurrentBag |
||
Stopwatch | Stopwatch | ||
TimersManager |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
saeCompleted ( object sender, |
public static CreateOrGetSocketAsyncEventArgs ( this ioHandler ) : |
||
ioHandler | this | |
return |
public static DisableTimer ( this ioHandler ) : bool | ||
ioHandler | this | |
return | bool |
public static EnableTimer ( this ioHandler, uint seconds ) : bool | ||
ioHandler | this | |
seconds | uint | |
return | bool |
public static EnqueueForDelete ( |
||
ioHandler | ||
return | void |
public static ProcessTimer ( |
||
timerEvent | ||
return | void |
public static RegisterIOHandler ( this pIoHandler ) : void | ||
pIoHandler | this | |
return | void |
public static UnRegisterIOHandler ( this pIoHandler ) : void | ||
pIoHandler | this | |
return | void |
public static Dictionary |
||
return | IOHandler>.Dictionary |
public static ConcurrentBag |
||
return | ConcurrentBag |