IWindowTimers.SetTimeout

IWindowTimers.SetTimeout method

timeout ミリ秒後にハンドラーを実行するタイムアウトをスケジュールします。すべての引数は、handler. に直接渡されます。

public int SetTimeout(object handler, int timeout, params object[] args)
パラメータタイプ説明
handlerObjectハンドラー。
timeoutInt32タイムアウト。
argsObject[]引数。

戻り値

ハンドル

関連項目