 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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