Android.OS.Handler.SendEmptyMessageDelayed Method
Sends a Message containing only the what value, to be delivered after the specified amount of time elapses.

Syntax

[Android.Runtime.Register("sendEmptyMessageDelayed", "(IJ)Z", "")]
public bool SendEmptyMessageDelayed (int what, long delayMillis)

See Also

Handler.SendMessageDelayed(Message, System.Int64)

Parameters

what
Documentation for this section has not yet been entered.
delayMillis
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 after the specified amount of time elapses.

[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