コード例 #1
0
ファイル: ShredHost.cs プロジェクト: ronmark1/ClearCanvas-1
 static public bool StopShred(WcfDataShred shred)
 {
     Platform.Log(LogLevel.Info, "Attempting to stop shred: " + shred.Name);
     return(ShredControllerList[shred.Id].Stop());
 }
コード例 #2
0
 public bool StopShred(WcfDataShred shred)
 {
     return(ShredHost.StopShred(shred));
 }
コード例 #3
0
ファイル: ShredHost.cs プロジェクト: UIKit0/ClearCanvas
 static public bool StopShred(WcfDataShred shred)
 {
     Platform.Log(LogLevel.Info, "Attempting to stop shred: " + shred.Name);
     return ShredControllerList[shred.Id].Stop();
 }
コード例 #4
0
 public bool StopShred(WcfDataShred shred)
 {
     return ShredHost.StopShred(shred);
 }