 | IAsyncInit Interface |
Interface for asynchronously initialized types.
Namespace:
Ditto.AsyncInit
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntaxpublic interface IAsyncInit
Public Interface IAsyncInit
public interface class IAsyncInit
type IAsyncInit = interface end
The IAsyncInit type exposes the following members.
Methods
| Name | Description |
---|
 | InitAsync |
Asynchronously initializes an instance.
|
Top
See Also