Delegate ImportExportProgressMessageHandler
Handles the import/export progress message.
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public delegate void ImportExportProgressMessageHandler(object source, ImportExportEventArgs args);
Parameters
Constructors
Declaration
public ImportExportProgressMessageHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object source, ImportExportEventArgs args, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
source |
|
| ImportExportEventArgs |
args |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object source, ImportExportEventArgs args)
Parameters