Click or drag to resize

IWikiClientAsyncInitialization Interface

This is preliminary documentation and is subject to change.

Provides properties to expose the asynchronous initialization status of an instance.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public interface IWikiClientAsyncInitialization

The IWikiClientAsyncInitialization type exposes the following members.

Properties
 NameDescription
Public propertyInitialization A task that indicates the asynchronous initialization status of this instance.
Top
Remarks
When instantiating types implementing this interface, you need to wait for Initialization to complete before you access any other members of the type. For more about asynchronous initialization, see the blog post Async OOP 2: Constructors.
See Also