ExecuteCommandHandler
Overview
Location
- Reference: RemObjects.DataAbstract.Server.dll
 - Namespace: RemObjects.DataAbstract.Server
 - Platforms: .NET Core, .NET Framework, .NET Standard
 - Ancestry: MulticastDelegate | ExecuteCommandHandler
 
Instance Methods
constructor
constructor(object: Object; method: IntPtr)
ExecuteCommandHandler(Object object, IntPtr method)
init(_ object: Object, _ method: IntPtr)
Sub New(object As Object, method As IntPtr)
Parameters:
- object:
 - method:
 
BeginInvoke
method BeginInvoke(sender: BusinessProcessor; e: ExecuteCommandArgs; callback: AsyncCallback; object: Object): IAsyncResult
IAsyncResult BeginInvoke(BusinessProcessor sender, ExecuteCommandArgs e, AsyncCallback callback, Object object)
func BeginInvoke(_ sender: BusinessProcessor, _ e: ExecuteCommandArgs, _ callback: AsyncCallback, _ object: Object) -> IAsyncResult
Function BeginInvoke(sender As BusinessProcessor, e As ExecuteCommandArgs, callback As AsyncCallback, object As Object) As IAsyncResult
Parameters:
- sender:
 - e:
 - callback:
 - object:
 
EndInvoke
method EndInvoke(result: IAsyncResult)
void EndInvoke(IAsyncResult result)
func EndInvoke(_ result: IAsyncResult)
Sub EndInvoke(result As IAsyncResult)
Parameters:
- result:
 
Invoke
method Invoke(sender: BusinessProcessor; e: ExecuteCommandArgs)
void Invoke(BusinessProcessor sender, ExecuteCommandArgs e)
func Invoke(_ sender: BusinessProcessor, _ e: ExecuteCommandArgs)
Sub Invoke(sender As BusinessProcessor, e As ExecuteCommandArgs)
Parameters:
- sender:
 - e: