Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prepares an instance for termination. Can also be used to resume a previous quiescing.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetStopServiceInstance2 ( _
instance As JET_INSTANCE, _
grbit As StopServiceGrbit _
)
'Usage
Dim instance As JET_INSTANCE
Dim grbit As StopServiceGrbitWindows8Api.JetStopServiceInstance2(instance, _
grbit)
public static void JetStopServiceInstance2(
JET_INSTANCE instance,
StopServiceGrbit grbit
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe (running) instance to use.
grbit
Type: Microsoft.Isam.Esent.Interop.Windows8.StopServiceGrbitThe options to stop or resume the instance.