Click or drag to resize

AsyncActivator Class

Provides factory methods for asynchronously initialized types.
Inheritance Hierarchy
SystemObject
  Ditto.AsyncInitAsyncActivator

Namespace:  Ditto.AsyncInit
Assembly:  Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax
public static class AsyncActivator
Methods
  NameDescription
Public methodStatic memberCreateAsyncT
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT(CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg(TArg)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg(TArg, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2(TArg1, TArg2)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2(TArg1, TArg2, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3(TArg1, TArg2, TArg3)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3(TArg1, TArg2, TArg3, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4(TArg1, TArg2, TArg3, TArg4)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4(TArg1, TArg2, TArg3, TArg4, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5(TArg1, TArg2, TArg3, TArg4, TArg5)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5(TArg1, TArg2, TArg3, TArg4, TArg5, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7)
Asynchronously creates and initializes an instance of the specified type.
Public methodStatic memberCreateAsyncT, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, CancellationToken)
Asynchronously creates and initializes an instance of the specified type.
Top
See Also