Table of Contents

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 string
args object[]

Returns

object

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 string
args object[]

Returns

Task<object>