 | WikiSiteModificationThrottler Property |
This is preliminary documentation and is subject to change.
A throttler used to enforce the speed limitation when performing edit/move/delete operations.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic Throttler ModificationThrottler { get; set; }
Public Property ModificationThrottler As Throttler
Get
Set
Dim instance As WikiSite
Dim value As Throttler
value = instance.ModificationThrottler
instance.ModificationThrottler = value
public:
property Throttler^ ModificationThrottler {
Throttler^ get ();
void set (Throttler^ value);
}
member ModificationThrottler : Throttler with get, set
Property Value
Throttler
See Also