バージョン

RetryIndex メソッド

指定した遅延時間と要求を再試行します。
シンタックス
'宣言
 
Protected Sub RetryIndex( _
   ByVal pageIndex As Integer, _
   ByVal currentDelay As Integer _
) 
protected void RetryIndex( 
   int pageIndex,
   int currentDelay
)

パラメータ

pageIndex
要求するページのインデックス。
currentDelay
使用する再試行遅延時間。
参照