Click or drag to resize

ICancelableAsyncInit Interface

Interface for asynchronously initialized types supporting cancellation.

Namespace:  Ditto.AsyncInit
Assembly:  Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax
public interface ICancelableAsyncInit

The ICancelableAsyncInit type exposes the following members.

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