Click or drag to resize

AsyncInitArgs Class

Asynchronous initialization arguments.
Inheritance Hierarchy
SystemObject
  Ditto.AsyncInit.ServicesAsyncInitArgs

Namespace:  Ditto.AsyncInit.Services
Assembly:  Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax
public sealed class AsyncInitArgs

The AsyncInitArgs type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the arguments.
Public propertyCount
Gets the argument count.
Public propertyTypes
Gets the types of the arguments.
Top
Methods
  NameDescription
Public methodStatic memberCreateTArg(TArg)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2(TArg1, TArg2)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2, TArg3(TArg1, TArg2, TArg3)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2, TArg3, TArg4(TArg1, TArg2, TArg3, TArg4)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2, TArg3, TArg4, TArg5(TArg1, TArg2, TArg3, TArg4, TArg5)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2, TArg3, TArg4, TArg5, TArg6(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6)
Initializes a new instance of the AsyncInitArgs class.
Public methodStatic memberCreateTArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7(TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7)
Initializes a new instance of the AsyncInitArgs class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Empty asynchronous initialization arguments.
Top
See Also