NsdManager.FailureMaxLimit Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.

Indicates that the operation failed because the maximum outstanding requests from the applications have reached.

[Android.Runtime.Register("FAILURE_MAX_LIMIT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.", true)]
public const Android.Net.Nsd.NsdFailure FailureMaxLimit = 4;
[<Android.Runtime.Register("FAILURE_MAX_LIMIT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Nsd.NsdFailure enum directly instead of this field.", true)>]
val mutable FailureMaxLimit : Android.Net.Nsd.NsdFailure

Field Value

Value = 4
Attributes

Remarks

Java documentation for android.net.nsd.NsdManager.FAILURE_MAX_LIMIT.

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