VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ActionProgressController Class / Start Methods / Start(String,Int32,Object) Method
Syntax Requirements SeeAlso
In This Topic
Start(String,Int32,Object) Method (ActionProgressController)
In This Topic
Starts a sequence of steps.
Syntax
'Declaration

Public Overloads Sub Start( _
ByVal actionDescription
The action description.
As System.String, _
ByVal stepCount
A step count.
As System.Int32, _
ByVal actionSource
The action source.
As System.Object _
)
public void Start(
System.String actionDescription,
System.Int32 stepCount,
System.Object actionSource
)

Parameters

actionDescription
The action description.
stepCount
A step count.
actionSource
The action source.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also