 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
Remarks
For most of the cases, the value is "db".
See Also