protected ObservableObserverActorServiceBase(StatefulServiceContext context, ActorTypeInformation actorTypeInfo, Func <ActorBase> actorFactory = null, IActorStateProvider stateProvider = null, ActorServiceSettings settings = null) : base(context, actorTypeInfo, actorFactory, stateProvider, settings) { ConfigurationHelper.Initialize(this.Context); }
protected ObserverServiceBase(StatefulServiceContext context) : base(context) { ConfigurationHelper.Initialize(this.Context); }