[This is preliminary documentation and is subject to change.]
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected AmountGauge(
string source,
Amount value,
DateTime utcDateTime,
bool skipSourceConstruction = false
)
protected AmountGauge(
string source,
Amount value,
DateTime utcDateTime,
bool skipSourceConstruction = false
)
Protected Sub New (
source As String,
value As Amount,
utcDateTime As DateTime,
Optional skipSourceConstruction As Boolean = false
)
Protected Sub New (
source As String,
value As Amount,
utcDateTime As DateTime,
Optional skipSourceConstruction As Boolean = false
)
protected:
AmountGauge(
String^ source,
Amount value,
DateTime utcDateTime,
bool skipSourceConstruction = false
)
protected:
AmountGauge(
String^ source,
Amount value,
DateTime utcDateTime,
bool skipSourceConstruction = false
)
new :
source : string *
value : Amount *
utcDateTime : DateTime *
?skipSourceConstruction : bool
(* Defaults:
let _skipSourceConstruction = defaultArg skipSourceConstruction false
*)
-> AmountGauge
new :
source : string *
value : Amount *
utcDateTime : DateTime *
?skipSourceConstruction : bool
(* Defaults:
let _skipSourceConstruction = defaultArg skipSourceConstruction false
*)
-> AmountGauge