Ejemplo n.º 1
0
 public LockSlimEhQueue(
     int capLimit,
     int timeLimit,
     ActionTrigger actionTrigger,
     ActionContext actionContext,
     EtwTrigger eTwTrigger)
 {
     Init(capLimit, timeLimit);
     EtwTrigger    = eTwTrigger;
     ActionTrigger = actionTrigger;
     ActionContext = actionContext;
 }
Ejemplo n.º 2
0
 public LockSlimEhQueue(
     int capLimit,
     int timeLimit,
     SetEventActionTrigger setEventActionTrigger,
     EventActionContext eventActionContext,
     EtwTrigger eTwTrigger)
 {
     this.Init(capLimit, timeLimit);
     this.EtwTrigger            = eTwTrigger;
     this.SetEventActionTrigger = setEventActionTrigger;
     this.EventActionContext    = eventActionContext;
 }