NuGardt SoftwareYourlsService GetDatabaseStats Method NuGardt
Get database statistics.

Namespace: NuGardt.Yourls.API
Assembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax

public Exception GetDatabaseStats(
	IYourlsAuthentication Authentication,
	out YourlsGetDatabaseStatsResult Result
)

Parameters

Authentication
Type: NuGardt.Yourls.API IYourlsAuthentication
Authentication details.
Result
Type: NuGardt.Yourls.API.Result YourlsGetDatabaseStatsResult 
Contains the result. Can be Nothing.

Return Value

Type: OnlineException
Returns an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also