Пример #1
0
 SessionScriptFactory()
 {
     rbr = RbrDispatcher.Instance;
 }
Пример #2
0
 public OnGetNextSequence(IRbrDispatcher pDispatcher) : base()
 {
     Dispatcher     = pDispatcher;
     nameAndVersion = RbrApi.OnGetNextSequence;
 }
Пример #3
0
 public UdpCommandFactory(CallStatistics pCallStatistics)
 {
     callStatistics = pCallStatistics;
     dispatcher     = new RbrDispatcher(callStatistics);
     APIName        = RbrApi.Name;
 }
Пример #4
0
 public OnUpdateData(IRbrDispatcher pDispatcher, ILogger pLogger) : base(pLogger)
 {
     dispatcher     = pDispatcher;
     nameAndVersion = RbrApi.OnUpdateData;
 }
Пример #5
0
 public OnGetCallStats(IRbrDispatcher pDispatcher) : base()
 {
     Dispatcher     = pDispatcher;
     nameAndVersion = RbrApi.OnGetCallStats;
 }