Пример #1
0
 /// <summary>
 /// This operation makes data changes in the workspace available for other workspaces.
 /// Commit creates new data version, with new snapshot ID. After commit, new data version will be
 /// accessible as last version to new workspaces created with Context.OpenWorkspace()
 /// </summary>
 /// <returns>New snapshot ID</returns>
 public Guid Commit()
 {
     return(parentWorkspace.Commit());
 }