Example #1
0
 public CallServiceCompletedEventArgs(CallLogInfo logInfo, bool isSuccess, string responseMessage, long costMillionSeconds, DateTime callTime)
 {
     this.LogInfo            = logInfo;
     this.IsSuccess          = isSuccess;
     this.ResponseMessage    = responseMessage;
     this.CostMillionSeconds = costMillionSeconds;
     this.CallTime           = callTime;
 }
Example #2
0
 public CallServiceManager(CallLogInfo callLog, ServicesConfigInfo configInfo)
 {
     this.ConfigInfo = configInfo;
     this.CallLog    = callLog;
 }