NuGardt SoftwareJsonHelper TBaseResult  QueryAndParse T, TArrayItem, TArray  Method (eRequestMethod, String, String, TimeSpan, Boolean, Exception )NuGardt

Namespace: NuGardt.API.Helper.JSON
Assembly: NuGardt.API.Helper.Json (in NuGardt.API.Helper.Json.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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>
Type Parameters

T
TArrayItem
TArray

Return Value

Type: T
See Also