Freigeben über


SocketKeepalive.Close Method

Definition

Deactivate this SocketKeepalive and free allocated resources.

[Android.Runtime.Register("close", "()V", "", ApiSince=29)]
public void Close ();
[<Android.Runtime.Register("close", "()V", "", ApiSince=29)>]
abstract member Close : unit -> unit
override this.Close : unit -> unit

Implements

Attributes

Remarks

Deactivate this SocketKeepalive and free allocated resources. The instance won't be usable again if close() is called.

Java documentation for android.net.SocketKeepalive.close().

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