Show / Hide Table of Contents

Delegate ProgressEstimateCallback

Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public delegate void ProgressEstimateCallback(int total);
Parameters
Type Name Description
Int32 total

Constructors

ProgressEstimateCallback(Object, IntPtr)

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

Methods

BeginInvoke(Int32, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(int total, AsyncCallback callback, object object)
Parameters
Type Name Description
Int32 total
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(Int32)

Declaration
public virtual void Invoke(int total)
Parameters
Type Name Description
Int32 total

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 |  Back to top