public T QueryAndParse<T, TArrayItem, TArray>(
eRequestMethod Method,
string URL,
string RequestData,
TimeSpan CacheDuration,
bool IgnoreCache,
out Exception Ex
)
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
public T QueryAndParse<T, TArrayItem, TArray>(
eRequestMethod Method,
string URL,
string RequestData,
TimeSpan CacheDuration,
bool IgnoreCache,
out Exception Ex
)
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
Public Function QueryAndParse(Of T As TBaseResult, TArrayItem, TArray As {Object, ICollection(Of TArrayItem)}) (
Method As eRequestMethod,
URL As String,
RequestData As String,
CacheDuration As TimeSpan,
IgnoreCache As Boolean,
<OutAttribute> ByRef Ex As Exception
) As TPublic Function QueryAndParse(Of T As TBaseResult, TArrayItem, TArray As {Object, ICollection(Of TArrayItem)}) (
Method As eRequestMethod,
URL As String,
RequestData As String,
CacheDuration As TimeSpan,
IgnoreCache As Boolean,
<OutAttribute> ByRef Ex As Exception
) As Tpublic:
generic<typename T, typename TArrayItem, typename TArray>
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
T QueryAndParse(
eRequestMethod Method,
String^ URL,
String^ RequestData,
TimeSpan CacheDuration,
bool IgnoreCache,
[OutAttribute] Exception^% Ex
)
public:
generic<typename T, typename TArrayItem, typename TArray>
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
T QueryAndParse(
eRequestMethod Method,
String^ URL,
String^ RequestData,
TimeSpan CacheDuration,
bool IgnoreCache,
[OutAttribute] Exception^% Ex
)