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