void Initialize(bool propogateThreadPrincipal, bool propogateCallContext,
                 bool propogateHttpContext, bool propogateCASMarkers)
 {
     workingTime = timeStampStarted = DateTime.Now;
     threadInfo  = ThreadInfo.Capture(propogateThreadPrincipal, propogateCallContext,
                                      propogateHttpContext, propogateCASMarkers);
 }
Ejemplo n.º 2
0
 private void Initialize(bool propogateThreadPrincipal, bool propogateCallContext)
 {
     WorkingTime = TimeStampStarted = DateTime.Now;
     ThreadInfo  = ThreadInfo.Capture(propogateThreadPrincipal, propogateCallContext);
 }