Get database statistics.
Namespace: NuGardt.Yourls.APIAssembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
public IAsyncResult GetDatabaseStatsBegin(
Object Key,
IYourlsAuthentication Authentication,
AsyncCallback Callback
)
public IAsyncResult GetDatabaseStatsBegin(
Object Key,
IYourlsAuthentication Authentication,
AsyncCallback Callback
)
Public Function GetDatabaseStatsBegin (
Key As Object,
Authentication As IYourlsAuthentication,
Callback As AsyncCallback
) As IAsyncResult
Public Function GetDatabaseStatsBegin (
Key As Object,
Authentication As IYourlsAuthentication,
Callback As AsyncCallback
) As IAsyncResult
public:
IAsyncResult^ GetDatabaseStatsBegin(
Object^ Key,
IYourlsAuthentication^ Authentication,
AsyncCallback^ Callback
)
public:
IAsyncResult^ GetDatabaseStatsBegin(
Object^ Key,
IYourlsAuthentication^ Authentication,
AsyncCallback^ Callback
)
Return Value
Type:
IAsyncResultReturns an
System.IAsyncResult.