Observable.CountObservers Method

Definition

Returns the number of observers of this Observable object.

[Android.Runtime.Register("countObservers", "()I", "GetCountObserversHandler")]
public virtual int CountObservers ();
[<Android.Runtime.Register("countObservers", "()I", "GetCountObserversHandler")>]
abstract member CountObservers : unit -> int
override this.CountObservers : unit -> int

Returns

the number of observers of this object.

Attributes

Remarks

Returns the number of observers of this Observable object.

Java documentation for java.util.Observable.countObservers().

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