Api.JetIdle メソッド

アイドル 状態のクリーンアップ タスクを実行するか、ESE のバージョン ストアの状態を確認します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Shared Function JetIdle ( _
    sesid As JET_SESID, _
    grbit As IdleGrbit _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim grbit As IdleGrbit
Dim returnValue As JET_wrn

returnValue = Api.JetIdle(sesid, _
    grbit)
public static JET_wrn JetIdle(
    JET_SESID sesid,
    IdleGrbit grbit
)

パラメーター

戻り値

種類: Microsoft.Isam.Esent.Interop.JET_wrn
操作が失敗した場合のエラー コード。

関連項目

リファレンス

Api クラス

Api メンバー

Microsoft.Isam.Esent.Interop 名前空間