| IAsyncInitializerT Interface |
Interface for asynchronous initializers.
Namespace:
Ditto.AsyncInit.Services
Assembly:
Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax public interface IAsyncInitializer<T>
Public Interface IAsyncInitializer(Of T)
generic<typename T>
public interface class IAsyncInitializer
type IAsyncInitializer<'T> = interface end
Type Parameters
- T
- The type of object to initialize (must implement any of the
IAsyncInit/ICancelableAsyncInit interfaces).
Methods See Also