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