Android.OS.Handler.SendEmptyMessageAtTime Method
Sends a Message containing only the what value, to be delivered at a specific time.

Syntax

[Android.Runtime.Register("sendEmptyMessageAtTime", "(IJ)Z", "")]
public bool SendEmptyMessageAtTime (int what, long uptimeMillis)

See Also

Handler.SendMessageAtTime(Message, System.Int64)

Parameters

what
Documentation for this section has not yet been entered.
uptimeMillis
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Sends a Message containing only the what value, to be delivered at a specific time.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1