コード例 #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
ファイル: OnUpdateData.cs プロジェクト: cuongdodinh/timok.rbr
 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;
 }