 | ServerLagExceptionLag Property |
This is preliminary documentation and is subject to change.
The actual lag in seconds.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic double Lag { get; }Public ReadOnly Property Lag As Double
Get
Dim instance As ServerLagException
Dim value As Double
value = instance.Lag
public:
property double Lag {
double get ();
}member Lag : float with get
Property Value
Double
See Also