Share via


xFormRun.runAsync Method

Definition

Overloads

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String, String)
runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String)
runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String, String, TaskCreationOptions)
runAsync(Int32, String, Object[], CancellationToken, String, Object[], String)
runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String)
runAsync(Int32, String, Object[], CancellationToken, String)
runAsync(Int32, String, Object[], CancellationToken)
runAsync(Int32, String, Object[], CancellationToken, String, Object[])
runAsync(Int32, String, Object[])

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String, String)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId, System::String ^ company, System::String ^ language, System::String ^ partitionKey);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState, string userId, string company, string language, string partitionKey);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string * string -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string * string -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object(), userId As String, company As String, language As String, partitionKey As String) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]
userId
String
company
String
language
String
partitionKey
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId, System::String ^ company);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState, string userId, string company);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object(), userId As String, company As String) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]
userId
String
company
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String, String, TaskCreationOptions)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId, System::String ^ company, System::String ^ language, System::String ^ partitionKey, System::Threading::Tasks::TaskCreationOptions options);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState, string userId, string company, string language, string partitionKey, System.Threading.Tasks.TaskCreationOptions options);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string * string * System.Threading.Tasks.TaskCreationOptions -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string * string * System.Threading.Tasks.TaskCreationOptions -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object(), userId As String, company As String, language As String, partitionKey As String, options As TaskCreationOptions) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]
userId
String
company
String
language
String
partitionKey
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState, string userId);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object(), userId As String) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]
userId
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String, Object[], String, String, String)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId, System::String ^ company, System::String ^ language);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState, string userId, string company, string language);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] * string * string * string -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object(), userId As String, company As String, language As String) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]
userId
String
company
String
language
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken)

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken

Returns

Applies to

runAsync(Int32, String, Object[], CancellationToken, String, Object[])

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, System::String ^ callbackFormMethodName, cli::array <System::Object ^> ^ asyncState);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, string callbackFormMethodName, object[] asyncState);
abstract member runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] * System.Threading.CancellationToken * string * obj[] -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackFormMethodName As String, asyncState As Object()) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackFormMethodName
String
asyncState
Object[]

Returns

Applies to

runAsync(Int32, String, Object[])

public:
 virtual System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms);
public virtual System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms);
abstract member runAsync : int * string * obj[] -> System.Threading.Tasks.Task
override this.runAsync : int * string * obj[] -> System.Threading.Tasks.Task
Public Overridable Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object()) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]

Returns

Applies to