public Exception QueryAndParseEnd<T, TArrayItem, TArray>(
IAsyncResult Result,
out Object Key,
out T Response
)
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
public Exception QueryAndParseEnd<T, TArrayItem, TArray>(
IAsyncResult Result,
out Object Key,
out T Response
)
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
Public Function QueryAndParseEnd(Of T As TBaseResult, TArrayItem, TArray As {Object, ICollection(Of TArrayItem)}) (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As T
) As ExceptionPublic Function QueryAndParseEnd(Of T As TBaseResult, TArrayItem, TArray As {Object, ICollection(Of TArrayItem)}) (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As T
) As Exceptionpublic:
generic<typename T, typename TArrayItem, typename TArray>
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
Exception^ QueryAndParseEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] T% Response
)
public:
generic<typename T, typename TArrayItem, typename TArray>
where T : TBaseResult
where TArray : Object, ICollection<TArrayItem>
Exception^ QueryAndParseEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] T% Response
)