Gets the response after the callback.
Namespace: NuGardt.Prowl.APIAssembly: NuGardt.Prowl.API (in NuGardt.Prowl.API.dll) Version: 1.0.0.1 (1.0.0.1)
public static Exception RetrieveTokenEnd(
IAsyncResult Result,
out Object Key,
out ProwlResult Response
)
public static Exception RetrieveTokenEnd(
IAsyncResult Result,
out Object Key,
out ProwlResult Response
)
Public Shared Function RetrieveTokenEnd (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As ProwlResult
) As Exception
Public Shared Function RetrieveTokenEnd (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As ProwlResult
) As Exception
public:
static Exception^ RetrieveTokenEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] ProwlResult^% Response
)
public:
static Exception^ RetrieveTokenEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] ProwlResult^% Response
)
Return Value
Type:
ExceptionReturn an
System.Exception if an error occurred otherwise
Nothing.