コード例 #1
0
ファイル: VistaApi.cs プロジェクト: blinds52/ManagedEsent-1
 /// <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
ファイル: VistaApi.cs プロジェクト: jtmueller/ravendb
 /// <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));
 }