Share via


DeviceStatistics.UpdateStatistic(String, Object) Method

Definition

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.

Applies to