ActivityManager.RunningServiceInfo.ClientCount Property

Definition

Number of clients connected to the service.

[Android.Runtime.Register("clientCount")]
public int ClientCount { get; set; }
[<Android.Runtime.Register("clientCount")>]
member this.ClientCount : int with get, set

Property Value

Attributes

Remarks

Number of clients connected to the service.

Java documentation for android.app.ActivityManager.RunningServiceInfo.clientCount.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to