Android.Net.Wifi.WifiManager.CreateMulticastLock Method
Create a new MulticastLock

Syntax

[Android.Runtime.Register("createMulticastLock", "(Ljava/lang/String;)Landroid/net/wifi/WifiManager$MulticastLock;", "GetCreateMulticastLock_Ljava_lang_String_Handler")]
public virtual WifiManager.MulticastLock CreateMulticastLock (string tag)

Parameters

tag
a tag for the MulticastLock to identify it in debugging messages. This string is never shown to the user under normal conditions, but should be descriptive enough to identify your application and the specific MulticastLock within it, if it holds multiple MulticastLocks.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new MulticastLock

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4