[This is preliminary documentation and is subject to change.]
Override to provide particular health check implementation
Namespace: NFX.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected abstract void DoRun(
NameValueCollection parameters
)
protected abstract void DoRun(
NameValueCollection parameters
)
Protected MustOverride Sub DoRun (
parameters As NameValueCollection
)
Protected MustOverride Sub DoRun (
parameters As NameValueCollection
)
protected:
virtual void DoRun(
NameValueCollection^ parameters
) abstract
protected:
virtual void DoRun(
NameValueCollection^ parameters
) abstract
abstract DoRun :
parameters : NameValueCollection -> unit
abstract DoRun :
parameters : NameValueCollection -> unit