Android.Net.TrafficStats.IncrementOperationCount Method
Increment count of network operations performed under the given accounting tag.

Syntax

[Android.Runtime.Register("incrementOperationCount", "(II)V", "")]
public static void IncrementOperationCount (int tag, int operationCount)

Parameters

tag
Accounting tag used in TrafficStats.ThreadStatsTag.
operationCount
Number of operations to increment count by.

Remarks

Increment count of network operations performed under the given accounting tag. This can be used to derive bytes-per-operation.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14