Api.JetEndExternalBackupInstance2 method
Ends an external backup session. This API is the last API in a series of APIs that must be called to execute a successful online (non-VSS based) backup.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetEndExternalBackupInstance2 ( _
instance As JET_INSTANCE, _
grbit As EndExternalBackupGrbit _
)
'Usage
Dim instance As JET_INSTANCE
Dim grbit As EndExternalBackupGrbitApi.JetEndExternalBackupInstance2(instance, _
grbit)
public static void JetEndExternalBackupInstance2(
JET_INSTANCE instance,
EndExternalBackupGrbit grbit
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to end the backup for.
grbit
Type: Microsoft.Isam.Esent.Interop.EndExternalBackupGrbitOptions that specify how the backup ended.