/// 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)); }
/// ticket public bool GetBool <TransitType>( WebClientImpl <TransitType> .GetItemDelegateBool functor) { return(WebClientImpl <TransitType> .GetBool( Ticket, functor, Cache, DefaultCacheTimeSpan, DefaultCacheTicket)); }