Пример #1
0
 /// <summary>
 /// Notifies the engine that it can resume normal IO operations after a
 /// freeze period ended with a failed snapshot.
 /// </summary>
 /// <param name="snapid">Identifier of the snapshot session.</param>
 /// <param name="grbit">Options for this call.</param>
 public static void JetOSSnapshotAbort(JET_OSSNAPID snapid, SnapshotAbortGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotAbort(snapid, grbit));
 }
Пример #2
0
 /// <summary>
 /// Notifies the engine that it can resume normal IO operations after a
 /// freeze period ended with a failed snapshot.
 /// </summary>
 /// <param name="snapid">Identifier of the snapshot session.</param>
 /// <param name="grbit">Options for this call.</param>
 public static void JetOSSnapshotAbort(JET_OSSNAPID snapid, SnapshotAbortGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotAbort(snapid, grbit));
 }