Share via


WifiManager.MulticastLock.IsHeld Property

Definition

Checks whether this MulticastLock is currently held.

public virtual bool IsHeld { [Android.Runtime.Register("isHeld", "()Z", "GetIsHeldHandler")] get; }
[<get: Android.Runtime.Register("isHeld", "()Z", "GetIsHeldHandler")>]
member this.IsHeld : bool

Property Value

true if this MulticastLock is held, false otherwise

Attributes

Remarks

Checks whether this MulticastLock is currently held.

Java documentation for android.net.wifi.WifiManager.MulticastLock.isHeld().

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