Click or drag to resize

AsyncInitBaseT, TArg Class

Base class for asynchronously initialized types.
Inheritance Hierarchy
SystemObject
  Ditto.AsyncInitAsyncInitBaseT, TArg
    Ditto.AsyncInitCancelableAsyncInitBaseT, TArg

Namespace:  Ditto.AsyncInit
Assembly:  Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax
public abstract class AsyncInitBase<T, TArg> : IAsyncInit<TArg>
where T : AsyncInitBase<T, TArg>

Type Parameters

T
The deriving type.
TArg
The type of the initialization argument.

The AsyncInitBaseT, TArg type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberCreateAsync
Asynchronously creates and initializes an instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitAsync
Asynchronously initializes an instance. Overridden by the deriving type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also