示例#1
0
 /// <summary>
 /// Selects a specific instance to be part of the snapshot session.
 /// </summary>
 /// <param name="snapshot">The snapshot identifier.</param>
 /// <param name="instance">The instance to add to the snapshot.</param>
 /// <param name="grbit">Options for this call.</param>
 public static void JetOSSnapshotPrepareInstance(JET_OSSNAPID snapshot, JET_INSTANCE instance, SnapshotPrepareInstanceGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotPrepareInstance(snapshot, instance, grbit));
 }
示例#2
0
 /// <summary>
 /// Selects a specific instance to be part of the snapshot session.
 /// </summary>
 /// <param name="snapshot">The snapshot identifier.</param>
 /// <param name="instance">The instance to add to the snapshot.</param>
 /// <param name="grbit">Options for this call.</param>
 public static void JetOSSnapshotPrepareInstance(JET_OSSNAPID snapshot, JET_INSTANCE instance, SnapshotPrepareInstanceGrbit grbit)
 {
     Api.Check(Api.Impl.JetOSSnapshotPrepareInstance(snapshot, instance, grbit));
 }