| WikiSiteSendLogoutRequestAsync Method |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax protected virtual Task SendLogoutRequestAsync()
Protected Overridable Function SendLogoutRequestAsync As Task
Dim returnValue As Task
returnValue = Me.SendLogoutRequestAsync()
protected:
virtual Task^ SendLogoutRequestAsync()
abstract SendLogoutRequestAsync : unit -> Task
override SendLogoutRequestAsync : unit -> Task
Return Value
TaskRemarks
The default behavior is to send an action=logout MW API request.
Derived classes may override this method to implement their own customized logout behavior.
See Also