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
Requirements
Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14