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

Parameters

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

T
TArrayItem
TArray

Return Value

Type: OnlineException
See Also