예제 #1
0
 /// <summary>
 /// XASwitch constructor.  Used to start tracing.
 /// </summary>
 public XASwitch()
 {
     title = "XaSwitch";
     trace = new Ingres.Utility.TracingToEventLog("XA");
 }
예제 #2
0
        public DTCEnlistment()
        {
            debugging = false;  // for developer debugging output to Console

            title = "DTCEnlistment";
            trace = new TraceDV("XA");
        }