 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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