WifiManager.CreateMulticastLock(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new MulticastLock
[Android.Runtime.Register("createMulticastLock", "(Ljava/lang/String;)Landroid/net/wifi/WifiManager$MulticastLock;", "GetCreateMulticastLock_Ljava_lang_String_Handler")]
public virtual Android.Net.Wifi.WifiManager.MulticastLock? CreateMulticastLock (string? tag);
[<Android.Runtime.Register("createMulticastLock", "(Ljava/lang/String;)Landroid/net/wifi/WifiManager$MulticastLock;", "GetCreateMulticastLock_Ljava_lang_String_Handler")>]
abstract member CreateMulticastLock : string -> Android.Net.Wifi.WifiManager.MulticastLock
override this.CreateMulticastLock : string -> Android.Net.Wifi.WifiManager.MulticastLock
Parameters
- tag
- String
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
- Attributes
Remarks
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.