[]
        
(Showing Draft Content)

C1.PivotEngine.ProgressDelegate

ProgressDelegate Delegate

Namespace: C1.PivotEngine
Assembly: C1.PivotEngine.dll
Syntax
public delegate void ProgressDelegate(int progressPercentage)
Parameters
Type Name Description
int progressPercentage Used by to report progress updates.

Constructors

Name Description
ProgressDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(int)