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 CreateShortUrlEnd(
IAsyncResult Result,
out Object Key,
out YourlsCreateShortUrlResult Response
)
public Exception CreateShortUrlEnd(
IAsyncResult Result,
out Object Key,
out YourlsCreateShortUrlResult Response
)
Public Function CreateShortUrlEnd (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As YourlsCreateShortUrlResult
) As Exception
Public Function CreateShortUrlEnd (
Result As IAsyncResult,
<OutAttribute> ByRef Key As Object,
<OutAttribute> ByRef Response As YourlsCreateShortUrlResult
) As Exception
public:
Exception^ CreateShortUrlEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] YourlsCreateShortUrlResult^% Response
)
public:
Exception^ CreateShortUrlEnd(
IAsyncResult^ Result,
[OutAttribute] Object^% Key,
[OutAttribute] YourlsCreateShortUrlResult^% Response
)
Return Value
Type:
ExceptionReturn an
System.Exception if an error occurred otherwise
Nothing.