コード例 #1
0
 public bool DeregisterAccessNotificationSink(IAmbientBottleneckExitNotificationSink sink)
 {
     return(_notificationSinks.Remove(sink));
 }
コード例 #2
0
 public bool RegisterAccessNotificationSink(IAmbientBottleneckExitNotificationSink sink)
 {
     return(_notificationSinks.Add(sink));
 }