Example #1
0
 /// <summary>
 /// Detaches the specified flow from this hub.
 /// </summary>
 public Hub Detach(Flow flow)
 {
     flow.DetachFrom(this);
     return this;
 }