NuGardt SoftwareJsonHelper TBaseResult  QueryAndParseEnd T  Method (IAsyncResult, Object , T )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 Exception QueryAndParseEnd<T>(
	IAsyncResult Result,
	out Object Key,
	out T Response
)
where T : TBaseResult

Parameters

Result
Type: OnlineSystem IAsyncResult
Key
Type: OnlineSystem Object 
Response
Type: T 
Type Parameters

T

Return Value

Type: OnlineException
See Also