 | RecentChangeItemPatrolAsync Method |
This is preliminary documentation and is subject to change.
Asynchronously patrol the change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic Task PatrolAsync()
Public Function PatrolAsync As Task
Dim instance As RecentChangeItem
Dim returnValue As Task
returnValue = instance.PatrolAsync()
public:
Task^ PatrolAsync()
member PatrolAsync : unit -> Task
Return Value
Task
ExceptionsException | Condition |
---|
UnauthorizedOperationException | You don't have permission to patrol changes. Only users with the patrol right can do this. OR You don't have permission to patrol your own changes. Only users with the autopatrol right can do this. |
NotSupportedException | Patrolling is disabled on this wiki. |
Remarks
See Also