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