Initializes a new instance of the Task<(Of <(<'T>)>)> class

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Task(
	Type type,
	string methodName,
	params Object[] args
)
Visual Basic
Public Sub New ( _
	type As Type, _
	methodName As String, _
	ParamArray args As Object() _
)
Visual C++
public:
Task(
	Type^ type, 
	String^ methodName, 
	... array<Object^>^ args
)

Parameters

type
Type: System..::..Type
methodName
Type: System..::..String
args
Type: array<System..::..Object>[]()[][]

See Also