|
PrecisionTimerPeriod Property
|
Gets or sets the time between
Tick events, in milliseconds.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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
Int32Exceptions See Also