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