[This is preliminary documentation and is subject to change.]
Enumerates sources per Datum type ever recorded by the instance. This property may be used to build
UIs for instrumentation, i.e. datum type tree. Returned data is NOT ORDERED.
Returns default instance so caller may get default description/unit name
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IEnumerable<string> GetDatumTypeSources(
Type datumType,
out Datum defaultInstance
)
IEnumerable<string> GetDatumTypeSources(
Type datumType,
out Datum defaultInstance
)
Function GetDatumTypeSources (
datumType As Type,
<OutAttribute> ByRef defaultInstance As Datum
) As IEnumerable(Of String)
Function GetDatumTypeSources (
datumType As Type,
<OutAttribute> ByRef defaultInstance As Datum
) As IEnumerable(Of String)
IEnumerable<String^>^ GetDatumTypeSources(
Type^ datumType,
[OutAttribute] Datum^% defaultInstance
)
IEnumerable<String^>^ GetDatumTypeSources(
Type^ datumType,
[OutAttribute] Datum^% defaultInstance
)
abstract GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
abstract GetDatumTypeSources :
datumType : Type *
defaultInstance : Datum byref -> IEnumerable<string>
Return Value
Type:
IEnumerable
String