IWatchEvent.Count Method

Definition

Returns the event count.

[Android.Runtime.Register("count", "()I", "GetCountHandler:Java.Nio.FileNio.IWatchEventInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public int Count ();
[<Android.Runtime.Register("count", "()I", "GetCountHandler:Java.Nio.FileNio.IWatchEventInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Count : unit -> int

Returns

the event count

Attributes

Remarks

Returns the event count. If the event count is greater than 1 then this is a repeated event.

Java documentation for java.nio.file.WatchEvent.count().

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