NuGardt SoftwareJsonHelper TBaseResult  QueryAndParse TItem  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 TItem QueryAndParse<TItem>(
	eRequestMethod Method,
	string URL,
	string RequestData,
	TimeSpan CacheDuration = null,
	bool IgnoreCache = false,
	out Exception Ex = null
)
where TItem : TBaseResult
Type Parameters

TItem

Return Value

Type: TItem
See Also