DeviceStatistics.UpdateStatistic(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the value of the specified statistic.
public void UpdateStatistic (string name, object value);
member this.UpdateStatistic : string * obj -> unit
Public Sub UpdateStatistic (name As String, value As Object)
Parameters
- name
- String
Name of the statistic to be updated.
- value
- Object
Value to which the statistic should be set.