Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Task<T> Create<T>( Object that, string methodName, params Object[] args ) |
Visual Basic |
---|
Public Shared Function Create(Of T) ( _ that As Object, _ methodName As String, _ ParamArray args As Object() _ ) As Task(Of T) |
Visual C++ |
---|
public: generic<typename T> static Task<T>^ Create( Object^ that, String^ methodName, ... array<Object^>^ args ) |
Parameters
- that
- Type: System..::..Object
- methodName
- Type: System..::..String
- args
- Type: array<System..::..Object>[]()[][]
Type Parameters
- T