| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
DoubleSee Also