Api.JetIdle 方法

执行空闲清理任务或检查 ESE 中的版本存储状态。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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 命名空间