Delegate MetaDataPlusImportExportProgressMessageHandler
Handles the import/export progress message.
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0
public delegate void MetaDataPlusImportExportProgressMessageHandler(object source, string msg);
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.String |
msg |
|
Constructors
Declaration
public MetaDataPlusImportExportProgressMessageHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object source, string msg, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.String |
msg |
|
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, string msg)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.String |
msg |
|