Share via


xGlobal.runAsync Method

Definition

Overloads

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

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

public static System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, int callbackClassId, string callbackStaticMethodName, object[] asyncState, string userId, string company, string language, string partitionKey, System.Threading.Tasks.TaskCreationOptions options = System.Threading.Tasks.TaskCreationOptions.None);
static member runAsync : int * string * obj[] * System.Threading.CancellationToken * int * string * obj[] * string * string * string * string * System.Threading.Tasks.TaskCreationOptions -> System.Threading.Tasks.Task
Public Shared Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackClassId As Integer, callbackStaticMethodName As String, asyncState As Object(), userId As String, company As String, language As String, partitionKey As String, Optional options As TaskCreationOptions = System.Threading.Tasks.TaskCreationOptions.None) As Task

Parameters

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

Returns

Applies to

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

public:
 static System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, int callbackClassId, System::String ^ callbackStaticMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId, System::String ^ company, System::String ^ language);
public static System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, int callbackClassId, string callbackStaticMethodName, object[] asyncState, string userId, string company, string language);
static member runAsync : int * string * obj[] * System.Threading.CancellationToken * int * string * obj[] * string * string * string -> System.Threading.Tasks.Task
Public Shared Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackClassId As Integer, callbackStaticMethodName 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
callbackClassId
Int32
callbackStaticMethodName
String
asyncState
Object[]
userId
String
company
String
language
String

Returns

Applies to

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

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

Parameters

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

Returns

Applies to

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

public:
 static System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, int callbackClassId, System::String ^ callbackStaticMethodName, cli::array <System::Object ^> ^ asyncState, System::String ^ userId);
public static System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, int callbackClassId, string callbackStaticMethodName, object[] asyncState, string userId);
static member runAsync : int * string * obj[] * System.Threading.CancellationToken * int * string * obj[] * string -> System.Threading.Tasks.Task
Public Shared Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackClassId As Integer, callbackStaticMethodName As String, asyncState As Object(), userId As String) As Task

Parameters

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

Returns

Applies to

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

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

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackClassId
Int32
callbackStaticMethodName
String

Returns

Applies to

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

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

Parameters

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

Returns

Applies to

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

public:
 static System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken);
public static System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken);
static member runAsync : int * string * obj[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared 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[])

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

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]

Returns

Applies to

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

public:
 static System::Threading::Tasks::Task ^ runAsync(int runAsClassId, System::String ^ runAsStaticMethodName, cli::array <System::Object ^> ^ parms, System::Threading::CancellationToken cancellationToken, int callbackClassId, System::String ^ callbackStaticMethodName, cli::array <System::Object ^> ^ asyncState);
public static System.Threading.Tasks.Task runAsync (int runAsClassId, string runAsStaticMethodName, object[] parms, System.Threading.CancellationToken cancellationToken, int callbackClassId, string callbackStaticMethodName, object[] asyncState);
static member runAsync : int * string * obj[] * System.Threading.CancellationToken * int * string * obj[] -> System.Threading.Tasks.Task
Public Shared Function runAsync (runAsClassId As Integer, runAsStaticMethodName As String, parms As Object(), cancellationToken As CancellationToken, callbackClassId As Integer, callbackStaticMethodName As String, asyncState As Object()) As Task

Parameters

runAsClassId
Int32
runAsStaticMethodName
String
parms
Object[]
cancellationToken
CancellationToken
callbackClassId
Int32
callbackStaticMethodName
String
asyncState
Object[]

Returns

Applies to