Click or drag to resize

WikiSiteInitialization Property

This is preliminary documentation and is subject to change.

A task that indicates the asynchronous initialization status of this instance.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public Task Initialization { get; protected set; }

Property Value

Task

Implements

IWikiClientAsyncInitializationInitialization
Remarks
For derived classes with their own asynchronous initialization logic, a. in asynchronous initialization task, await the value of this property set by the base class first, then do your own initialization work. b. in your class constructor, replace the value of this property with your combined initialization task.
See Also