Ejemplo n.º 1
0
 public PanoptoScheduleUploader.Services.UsageManagement.DetailedUsageResponse GetSessionDetailedUsage(PanoptoScheduleUploader.Services.UsageManagement.AuthenticationInfo auth, System.Guid sessionId, PanoptoScheduleUploader.Services.UsageManagement.Pagination pagination, System.DateTime beginRange, System.DateTime endRange)
 {
     return(base.Channel.GetSessionDetailedUsage(auth, sessionId, pagination, beginRange, endRange));
 }
Ejemplo n.º 2
0
 public PanoptoScheduleUploader.Services.UsageManagement.DetailedUsageResponse GetSessionUserDetailedUsage(PanoptoScheduleUploader.Services.UsageManagement.AuthenticationInfo auth, System.Guid sessionId, System.Guid userId, PanoptoScheduleUploader.Services.UsageManagement.Pagination pagination)
 {
     return(base.Channel.GetSessionUserDetailedUsage(auth, sessionId, userId, pagination));
 }
Ejemplo n.º 3
0
 public PanoptoScheduleUploader.Services.UsageManagement.SummaryUsageResponseItem[] GetSessionSummaryUsage(PanoptoScheduleUploader.Services.UsageManagement.AuthenticationInfo auth, System.Guid sessionId, System.DateTime beginRange, System.DateTime endRange, PanoptoScheduleUploader.Services.UsageManagement.UsageGranularity granularity)
 {
     return(base.Channel.GetSessionSummaryUsage(auth, sessionId, beginRange, endRange, granularity));
 }