Show / Hide Table of Contents

Delegate ProgressTextCallback

Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public delegate void ProgressTextCallback(string text);
Parameters
Type Name Description
String text

Constructors

ProgressTextCallback(Object, IntPtr)

Declaration
public ProgressTextCallback(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string text, AsyncCallback callback, object object)
Parameters
Type Name Description
String text
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(String)

Declaration
public virtual void Invoke(string text)
Parameters
Type Name Description
String text

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top