Click or drag to resize

CancelableAsyncInitBaseT, TArg1, TArg2, TArg3, TArg4 Class

Base class for asynchronously initialized types supporting cancellation.
Inheritance Hierarchy
SystemObject
  Ditto.AsyncInitAsyncInitBaseT, TArg1, TArg2, TArg3, TArg4
    Ditto.AsyncInitCancelableAsyncInitBaseT, TArg1, TArg2, TArg3, TArg4

Namespace:  Ditto.AsyncInit
Assembly:  Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax
public abstract class CancelableAsyncInitBase<T, TArg1, TArg2, TArg3, TArg4> : AsyncInitBase<T, TArg1, TArg2, TArg3, TArg4>, 
	ICancelableAsyncInit<TArg1, TArg2, TArg3, TArg4>
where T : CancelableAsyncInitBase<T, TArg1, TArg2, TArg3, TArg4>

Type Parameters

T
The deriving type.
TArg1
The type of the first initialization argument.
TArg2
The type of the second initialization argument.
TArg3
The type of the third initialization argument.
TArg4
The type of the fourth initialization argument.

The CancelableAsyncInitBaseT, TArg1, TArg2, TArg3, TArg4 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(TArg1, TArg2, TArg3, TArg4)
Asynchronously initializes an instance.
(Overrides AsyncInitBaseT, TArg1, TArg2, TArg3, TArg4InitAsync(TArg1, TArg2, TArg3, TArg4).)
Protected methodInitAsync(TArg1, TArg2, TArg3, TArg4, CancellationToken)
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