Class ExecuteDelegate
Delegate method called when this action should be executed - in a Windows client context
Inheritance
ExecuteDelegate
Assembly: SoDataBase.dll
Syntax
public sealed class ExecuteDelegate : MulticastDelegate
Constructors
ExecuteDelegate(Object, IntPtr)
Delegate method called when this action should be executed - in a Windows client context
Declaration
public ExecuteDelegate(object object, IntPtr method)
Parameters
Methods
BeginInvoke(RowInfo[], AsyncCallback, Object)
Delegate method called when this action should be executed - in a Windows client context
Declaration
public virtual IAsyncResult BeginInvoke(RowInfo[] rowInfo, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Delegate method called when this action should be executed - in a Windows client context
Declaration
public virtual ArchiveRestrictionInfo EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(RowInfo[])
Delegate method called when this action should be executed - in a Windows client context
Declaration
public virtual ArchiveRestrictionInfo Invoke(RowInfo[] rowInfo)
Parameters
Type |
Name |
Description |
RowInfo[] |
rowInfo |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)