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)); }