Class DataStoreServiceInvokeHelper
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public static class DataStoreServiceInvokeHelper
- Inheritance
-
DataStoreServiceInvokeHelper
- Inherited Members
Methods
SafeInvoke(Func<string, object[], AsyncCallback, object, IAsyncResult>, Func<string, object[], IAsyncResult, object>, string, object[])
public static object SafeInvoke(Func<string, object[], AsyncCallback, object, IAsyncResult> beginInvoke, Func<string, object[], IAsyncResult, object> endInvoke, string methodName, object[] args)
Parameters
beginInvoke
Func<string, object[], AsyncCallback, object, IAsyncResult>endInvoke
Func<string, object[], IAsyncResult, object>methodName
stringargs
object[]
Returns
SafeInvokeAsync(Func<string, object[], AsyncCallback, object, IAsyncResult>, Func<string, object[], IAsyncResult, object>, string, object[])
public static Task<object> SafeInvokeAsync(Func<string, object[], AsyncCallback, object, IAsyncResult> beginInvoke, Func<string, object[], IAsyncResult, object> endInvoke, string methodName, object[] args)
Parameters
beginInvoke
Func<string, object[], AsyncCallback, object, IAsyncResult>endInvoke
Func<string, object[], IAsyncResult, object>methodName
stringargs
object[]