UIApplication.ClearKeepAliveTimeout 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.
Stops invoking the KeepAlive method defined previously with SetKeepAliveTimeout.
[Foundation.Export("clearKeepAliveTimeout")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'PushKit' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ClearKeepAliveTimeout ();
abstract member ClearKeepAliveTimeout : unit -> unit
override this.ClearKeepAliveTimeout : unit -> unit
- Attributes
Remarks
This method is used by Voice over IP applications when they no longer need the keep-alive timeout method handler to be executed.