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.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetStopServiceInstance ( _
instance As JET_INSTANCE _
)
'Usage
Dim instance As JET_INSTANCEApi.JetStopServiceInstance(instance)
public static void JetStopServiceInstance(
JET_INSTANCE instance
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe (running) instance to use.