예제 #1
0
 /// ticket + arg1 + arg2 + arg3 + ServiceQueryOptionsType
 public IList <TransitType> GetCollection <TransitType, ServiceQueryOptionsType, ArgType1, ArgType2, ArgType3>(
     ArgType1 arg1, ArgType2 arg2, ArgType3 arg3, ServiceQueryOptionsType options,
     WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollectionDelegate <ArgType1, ArgType2, ArgType3> functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollection <ArgType1, ArgType2, ArgType3>(
                Ticket, arg1, arg2, arg3, options, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }
예제 #2
0
 /// ticket + ServiceQueryOptionsType
 public IList <TransitType> GetCollection <TransitType, ServiceQueryOptionsType>(
     ServiceQueryOptionsType options, WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollectionDelegate functor)
 {
     return(WebClientImpl2 <TransitType, ServiceQueryOptionsType> .GetCollection(
                Ticket, options, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }