예제 #1
0
 /// <summary>
 /// Notifies the engine that the snapshot session finished.
 /// </summary>
 /// <param name="snapshot">The identifier of the snapshot session.</param>
 /// <param name="grbit">Snapshot end options.</param>
 public static void JetOSSnapshotEnd(JET_OSSNAPID snapshot, SnapshotEndGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotEnd(snapshot, grbit));
 }
예제 #2
0
 /// <summary>
 /// Notifies the engine that the snapshot session finished.
 /// </summary>
 /// <param name="snapshot">The identifier of the snapshot session.</param>
 /// <param name="grbit">Snapshot end options.</param>
 public static void JetOSSnapshotEnd(JET_OSSNAPID snapshot, SnapshotEndGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotEnd(snapshot, grbit));
 }