| ServerLagExceptionLagType Property |
This is preliminary documentation and is subject to change.
Type of the lag.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string LagType { get; }
Public ReadOnly Property LagType As String
Get
Dim instance As ServerLagException
Dim value As String
value = instance.LagType
public:
property String^ LagType {
String^ get ();
}
member LagType : string with get
Property Value
StringRemarks
For most of the cases, the value is "db".
See Also