Click or drag to resize

AsyncInitializationHelper Class

This is preliminary documentation and is subject to change.

Provides helper methods for IWikiClientAsyncInitialization.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.InfrastructuresAsyncInitializationHelper

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class AsyncInitializationHelper

The AsyncInitializationHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnsureInitialized(IWikiClientAsyncInitialization) Ensures the instance has been initialized.
Public methodStatic memberEnsureInitialized(Type, Task) Ensures the specified asynchronous initialization task of the instance has completed successfully.
Top
See Also