VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IActionProgressController Interface / Start Methods / Start(Int32,Object) Method
Syntax Requirements SeeAlso
In This Topic
    Start(Int32,Object) Method (IActionProgressController)
    In This Topic
    Starts a sequence of steps.
    Syntax
    'Declaration
    
    Public Overloads Sub Start( _
    ByVal stepCount
    A step count.
    As System.Int32, _
    ByVal actionSource
    The action source.
    As System.Object _
    )
    public void Start(
    System.Int32 stepCount,
    System.Object actionSource
    )
    public: void Start(
    System.Int32 stepCount,
    System.Object actionSource
    )
    public:
    void Start(
    System.Int32 stepCount,
    System.Object actionSource
    )

    Parameters

    stepCount
    A step count.
    actionSource
    The action source.
    Requirements

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

    See Also