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