TaskHelper.ExecuteStaticMethodInNewTask(String, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Threading::Tasks::Task<System::Object ^> ^ ExecuteStaticMethodInNewTask(System::String ^ className, System::String ^ methodName, cli::array <System::Object ^> ^ args);
public static System.Threading.Tasks.Task<object> ExecuteStaticMethodInNewTask (string className, string methodName, object[] args);
static member ExecuteStaticMethodInNewTask : string * string * obj[] -> System.Threading.Tasks.Task<obj>
Public Shared Function ExecuteStaticMethodInNewTask (className As String, methodName As String, args As Object()) As Task(Of Object)
Parameters
- className
- String
- methodName
- String
- args
- Object[]