Click or drag to resize

IAsyncInitTArg1, TArg2 Interface

Interface for asynchronously initialized types.

Namespace:  Ditto.AsyncInit
Assembly:  Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax
public interface IAsyncInit<TArg1, TArg2>

Type Parameters

TArg1
The type of the first initialization argument.
TArg2
The type of the second initialization argument.

The IAsyncInitTArg1, TArg2 type exposes the following members.

Methods
  NameDescription
Public methodInitAsync
Asynchronously initializes an instance.
Top
See Also