Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / SqlScriptGenerator.BackupOperationDelegate Delegate
Path of the file to save scripts.
In This Topic
    SqlScriptGenerator.BackupOperationDelegate Delegate
    In This Topic
    Delegate used for asynchronious operations
    Syntax
    public delegate void SqlScriptGenerator.BackupOperationDelegate( 
       string filePath
    )

    Parameters

    filePath
    Path of the file to save scripts.
    See Also