 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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