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