예제 #1
0
 public BullfrogNotificationBackendService(StatefulServiceContext context, IReliableStateManagerReplica stateManager, ClusterNotifier clusterNotifier)
     : base(context, stateManager)
 {
     _clusterNotifier = clusterNotifier;
 }
예제 #2
0
 public BullfrogNotificationBackendService(StatefulServiceContext context, ClusterNotifier clusterNotifier, IBigBrother bigBrother)
     : base(context)
 {
     _clusterNotifier = clusterNotifier;
     _bigBrother      = bigBrother;
 }