Visual Basic (Declaration) | |
---|---|
Public Overloads Function Archive( _ ByVal logDatabase As String, _ ByVal archiveDatabase As String, _ ByVal fromDate As Date, _ ByVal toDate As Date, _ ByRef feedback As String() _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim logDatabase As String Dim archiveDatabase As String Dim fromDate As Date Dim toDate As Date Dim feedback As String() Dim value As Boolean value = instance.Archive(logDatabase, archiveDatabase, fromDate, toDate, feedback) |
C# | |
---|---|
public bool Archive( string logDatabase, string archiveDatabase, DateTime fromDate, DateTime toDate, out string[] feedback ) |
C++/CLI | |
---|---|
public: bool Archive( String^ logDatabase, String^ archiveDatabase, DateTime fromDate, DateTime toDate, [Out] array<String^> feedback ) |
Parameters
- logDatabase
- archiveDatabase
- fromDate
- toDate
- feedback
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2