Пример #1
0
 public System.Threading.Tasks.Task <PanoptoCollectAllStats.UsageReporting.DetailedUsageResponse> GetSessionUserDetailedUsageAsync(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid sessionId, System.Guid userId, PanoptoCollectAllStats.UsageReporting.Pagination pagination)
 {
     return(base.Channel.GetSessionUserDetailedUsageAsync(auth, sessionId, userId, pagination));
 }
Пример #2
0
 public PanoptoCollectAllStats.UsageReporting.DetailedUsageResponse GetUserDetailedUsage(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid userId, PanoptoCollectAllStats.UsageReporting.Pagination pagination)
 {
     return(base.Channel.GetUserDetailedUsage(auth, userId, pagination));
 }
Пример #3
0
 public System.Threading.Tasks.Task <PanoptoCollectAllStats.UsageReporting.SummaryUsageResponseItem[]> GetSessionSummaryUsageAsync(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid sessionId, System.DateTime beginRange, System.DateTime endRange, PanoptoCollectAllStats.UsageReporting.UsageGranularity granularity)
 {
     return(base.Channel.GetSessionSummaryUsageAsync(auth, sessionId, beginRange, endRange, granularity));
 }
Пример #4
0
 public System.Threading.Tasks.Task <PanoptoCollectAllStats.UsageReporting.DetailedUsageResponse> GetSessionDetailedUsageAsync(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid sessionId, PanoptoCollectAllStats.UsageReporting.Pagination pagination, System.DateTime beginRange, System.DateTime endRange)
 {
     return(base.Channel.GetSessionDetailedUsageAsync(auth, sessionId, pagination, beginRange, endRange));
 }
Пример #5
0
 public PanoptoCollectAllStats.UsageReporting.SummaryUsageResponseItem[] GetFolderSummaryUsage(PanoptoCollectAllStats.UsageReporting.AuthenticationInfo auth, System.Guid folderId, System.DateTime beginRange, System.DateTime endRange, PanoptoCollectAllStats.UsageReporting.UsageGranularity granularity)
 {
     return(base.Channel.GetFolderSummaryUsage(auth, folderId, beginRange, endRange, granularity));
 }