Exemplo n.º 1
0
 /// ticket + arg1 + arg2 + arg3
 public bool GetBool <TransitType, ArgType1, ArgType2, ArgType3>(
     ArgType1 arg1, ArgType2 arg2, ArgType3 arg3,
     WebClientImpl <TransitType> .GetItemDelegateBool <ArgType1, ArgType2, ArgType3> functor)
 {
     return(WebClientImpl <TransitType> .GetBool(
                Ticket, arg1, arg2, arg3, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }
Exemplo n.º 2
0
 /// ticket
 public bool GetBool <TransitType>(
     WebClientImpl <TransitType> .GetItemDelegateBool functor)
 {
     return(WebClientImpl <TransitType> .GetBool(
                Ticket, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket));
 }