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.
Retrieves information about the instances that are running.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetInstanceInfo ( _
<OutAttribute> ByRef numInstances As Integer, _
<OutAttribute> ByRef instances As JET_INSTANCE_INFO() _
)
'Usage
Dim numInstances As Integer
Dim instances As JET_INSTANCE_INFO()
Api.JetGetInstanceInfo(numInstances, _
instances)
public static void JetGetInstanceInfo(
out int numInstances,
out JET_INSTANCE_INFO[] instances
)
Parameters
numInstances
Type: System.Int32Returns the number of instances.
instances
Type: []Returns an array of instance info objects, one for each running instance.