コード例 #1
0
 public void SubscriberInitialization()
 {
     proxy             = OperationContext.Current.GetCallbackChannel <ITrendingCallback>();
     notificationSent += proxy.TagValueChanged;
 }
コード例 #2
0
 public void initTrendingService()
 {
     proxy   = OperationContext.Current.GetCallbackChannel <ITrendingCallback>();
     onScan += proxy.writeToConsole;
     TagProcessing.trending = this;
 }