Example #1
0
 /// <summary>
 /// Abort transaction and try again, according to the max retry definitions.
 /// </summary>
 /// <param name="ptr"></param>
 public void Abort(Ptr ptr)
 {
     m_fileMessage.Abort(ptr);
 }