Namespace: NuGardt.API.Helper.JSONAssembly: NuGardt.API.Helper.Json (in NuGardt.API.Helper.Json.dll) Version: 1.0.0.0 (1.0.0.0)
public Exception QueryAndParseEnd<T>(
IAsyncResult Result,
out Object Key,
out T Response
)
where T : TBaseResult
public Exception QueryAndParseEnd<T>(
IAsyncResult Result,
out Object Key,
out T Response
)
where T : TBaseResult
Public Function QueryAndParseEnd(Of T As TBaseResult) (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As T
) As Exception
Public Function QueryAndParseEnd(Of T As TBaseResult) (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As T
) As Exception
public:
generic<typename T>
where T : TBaseResult
Exception^ QueryAndParseEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] T% Response
)
public:
generic<typename T>
where T : TBaseResult
Exception^ QueryAndParseEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] T% Response
)
- T
Return Value
Type:
Exception