  | WikiSiteSendLogoutRequestAsync Method | 
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxprotected 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
Task
Remarks
            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