SaaS CMS has officially launched! Learn more now.

Delegate MetaDataPlusImportExportProgressMessageHandler

Handles the import/export progress message.

Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 11.8.3
Syntax
public delegate void MetaDataPlusImportExportProgressMessageHandler(object source, string msg);
Parameters
Type Name Description
System.Object source
System.String msg

Constructors

MetaDataPlusImportExportProgressMessageHandler(Object, IntPtr)

Declaration
public MetaDataPlusImportExportProgressMessageHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, String, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Object, String)

Declaration
public virtual void Invoke(object source, string msg)
Parameters
Type Name Description
System.Object source
System.String msg