Example #1
0
 static public bool StopShred(WcfDataShred shred)
 {
     Platform.Log(LogLevel.Info, "Attempting to stop shred: " + shred.Name);
     return(ShredControllerList[shred.Id].Stop());
 }
 public bool StopShred(WcfDataShred shred)
 {
     return(ShredHost.StopShred(shred));
 }
Example #3
0
 static public bool StopShred(WcfDataShred shred)
 {
     Platform.Log(LogLevel.Info, "Attempting to stop shred: " + shred.Name);
     return ShredControllerList[shred.Id].Stop();
 }
 public bool StopShred(WcfDataShred shred)
 {
     return ShredHost.StopShred(shred);
 }