SampleRate property

Returns or sets the interval (in seconds) at which the server diagnostic service performs its checks.

Syntax


C++

HRESULT get_SampleRate(LONG* pSampleRate)

HRESULT put_SampleRate(LONG MySampleRate)

Scripting languages

SampleRate = object.SampleRate

object.SampleRate = SampleRate

Home

Applies to

IERUServerDiagnostics