Example #1
0
 public Task <ProgramsResponse> GetComingSoonProgramsAsync(Nico2.Live.CommunityType type, Range range)
 {
     return(ComingSoonPrograms.ComingSoonProgramsClient.GetOnAirProgramsAsync(this._context, type, range));
 }
Example #2
0
 public Task <ProgramsResponse> GetOnAirProgramsAsync(Nico2.Live.CommunityType type, Range range)
 {
     return(OnAirPrograms.OnAirProgramsClient.GetOnAirProgramsAsync(this._context, type, SortDirection.Ascending, Live.OnAirPrograms.SortType.StartTime, range));
 }
Example #3
0
 public IAsyncOperation <ProgramsResponse> GetOnAirProgramsAsync(
     Nico2.Live.CommunityType type, SortDirection sortDirection, Live.OnAirPrograms.SortType sortType, Range range)
 {
     return(OnAirPrograms.OnAirProgramsClient.GetOnAirProgramsAsync(this._context, type, sortDirection, sortType, range).AsAsyncOperation());
 }