Timer used to implement timeout on sending data


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Protected sendTimer As Timer
C#
protected Timer sendTimer;
C++
protected:
 Timer sendTimer sealed ;
J#
protected Timer sendTimer
JScript
protected sendTimer : Timer;

See Also