| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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.
|
TopRemarks See Also