diff --git a/xml/System.Diagnostics.Metrics/Meter.xml b/xml/System.Diagnostics.Metrics/Meter.xml index a0317e6e579..4f069c6b9b3 100644 --- a/xml/System.Diagnostics.Metrics/Meter.xml +++ b/xml/System.Diagnostics.Metrics/Meter.xml @@ -465,13 +465,13 @@ Example uses for ObservableCounter: The number of page faults for each process. - To be added. + The numerical type of the measurement. The instrument name. Cannot be . The callback to call to get the measurements when the is called by . Optional instrument unit of measurements. Optional instrument description. Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed. - To be added. + A new observable up down counter. - To be added. + The numerical type of the measurement. The instrument name. Cannot be . The callback to call to get the measurements when the is called by Optional instrument unit of measurements. Optional instrument description. Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed. - To be added. + A new observable up down counter. - To be added. + The numerical type of the measurement. The instrument name. Cannot be . The callback to call to get the measurements when the is called by . Optional instrument unit of measurements. Optional instrument description. Creates an ObservableUpDownCounter object. ObservableUpDownCounter is an Instrument that reports increasing or decreasing values when the instrument is being observed. - To be added. + A new observable up down counter. - To be added. + The numerical type of the measurement. The instrument name. Cannot be . Optional instrument unit of measurements. Optional instrument description. Create a metrics UpDownCounter object. - To be added. + A new up down counter. - To be added. + The type that the counter represents. A metrics-observable instrument that reports increasing or decreasing values when the instrument is being observed. Use this instrument to monitor the process heap size or the approximate number of items in a lock-free circular buffer, for example. To create an ObservableUpDownCounter object, use the methods. diff --git a/xml/System/TimeOnly.xml b/xml/System/TimeOnly.xml index a6f1acf6121..72693c6f5f2 100644 --- a/xml/System/TimeOnly.xml +++ b/xml/System/TimeOnly.xml @@ -1001,8 +1001,8 @@ If `start` and `end` are equal, this method returns `false`, meaning there is ze - To be added. - To be added. + A span of characters to parse. + An object that provides culture-specific formatting information about . Parses a span of characters into a value. The result of parsing . To be added. @@ -1773,9 +1773,9 @@ The accepted standard formats are 'r', 'R', 'o', 'O', 't', and 'T'. - To be added. - To be added. - To be added. + A span of characters to parse. + An object that provides culture-specific formatting information about . + When this method returns, contains the value equivalent to the time contained in , if the conversion succeeded, or if the conversion failed. The conversion fails if is the empty string or does not contain a valid string representation of a time. This parameter is passed uninitialized. Tries to parses a span of characters into a value. if was successfully parsed; otherwise, . @@ -1810,11 +1810,12 @@ The accepted standard formats are 'r', 'R', 'o', 'O', 't', and 'T'. - To be added. - To be added. - To be added. - To be added. - To be added. + A string to parse. + An object that provides culture-specific formatting information about . + When this method returns, contains the value equivalent to the time contained in , if the conversion succeeded, or if the conversion failed. The conversion fails if is the empty string or does not contain a valid string representation of a time. This parameter is passed uninitialized. + Tries to parses a string into a value. + + if was parsed successfully; otherwise, . To be added.