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