Ejemplo n.º 1
0
 public bool TransitionTo(ServiceComponentState state, string context)
 {
     DoBadStuff(url);
     return(true);
 }
Ejemplo n.º 2
0
 private bool OnQueryTransition(ServiceComponentState state, string context)
 {
     DoBadStuff(url);
     return(true);
 }
Ejemplo n.º 3
0
 public bool QueryTransition(ServiceComponentState state, string context)
 {
     DoBadStuff(url);
     return(this.OnQueryTransition(state, context));
 }