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(
	Object that,
	string methodName,
	params Object[] args
)
Visual Basic
Public Sub New ( _
	that As Object, _
	methodName As String, _
	ParamArray args As Object() _
)
Visual C++
public:
Task(
	Object^ that, 
	String^ methodName, 
	... array<Object^>^ args
)

Parameters

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

See Also