| IWikiClientAsyncInitialization Interface |
This is preliminary documentation and is subject to change.
Provides properties to expose the asynchronous initialization status of an instance.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public interface IWikiClientAsyncInitialization
Public Interface IWikiClientAsyncInitialization
Dim instance As IWikiClientAsyncInitialization
public interface class IWikiClientAsyncInitialization
type IWikiClientAsyncInitialization = interface end
The IWikiClientAsyncInitialization type exposes the following members.
Properties | Name | Description |
---|
| Initialization |
A task that indicates the asynchronous initialization status of this instance.
|
TopRemarks
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