 | IAccountAssertionFailureHandler Interface |
This is preliminary documentation and is subject to change.
Provides a way for client code to automatically re-login, and continue the
impeded requests without raising
AccountAssertionFailureException,
when account assertion has failed.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic interface IAccountAssertionFailureHandler
Public Interface IAccountAssertionFailureHandler
Dim instance As IAccountAssertionFailureHandler
public interface class IAccountAssertionFailureHandler
type IAccountAssertionFailureHandler = interface end
The IAccountAssertionFailureHandler type exposes the following members.
Methods| | Name | Description |
|---|
 | Login |
Called when an account assertion has failed.
|
Top
Remarks
See Also