|
PrecisionTimerPeriod Property
|
Gets or sets the time between
Tick events, in milliseconds.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntaxpublic int Period { get; set; }Public Property Period As Integer
Get
Set
public:
property int Period {
int get ();
void set (int value);
}member Period : int with get, set
function get_Period();
function set_Period(value);
View SourceProperty Value
Int32
Exceptions
See Also