Archive(String,String,String,DateTime,DateTime) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > Archive Method : Archive(String,String,String,DateTime,DateTime) Method



connectionString
logDatabase
archiveDatabase
fromDate
toDate

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute("This method has been deprecated and will be removed in future versions. 
Use the "Archive(string logDatabase, string archiveDatabase, DateTime fromDate, DateTime toDate, out string[] feedback)" overload instead.")>
Public Overloads Sub Archive( _
   ByVal connectionString As String, _
   ByVal logDatabase As String, _
   ByVal archiveDatabase As String, _
   ByVal fromDate As Date, _
   ByVal toDate As Date _
) 
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim connectionString As String
Dim logDatabase As String
Dim archiveDatabase As String
Dim fromDate As Date
Dim toDate As Date
 
instance.Archive(connectionString, logDatabase, archiveDatabase, fromDate, toDate)
C#  
[Obsolete("This method has been deprecated and will be removed in future versions. 
Use the "Archive(string logDatabase, string archiveDatabase, DateTime fromDate, DateTime toDate, out string[] feedback)" overload instead.")]
public void Archive( 
   string connectionString,
   string logDatabase,
   string archiveDatabase,
   DateTime fromDate,
   DateTime toDate
)
C++/CLI  
[Obsolete("This method has been deprecated and will be removed in future versions. 
Use the "Archive(string logDatabase, string archiveDatabase, DateTime fromDate, DateTime toDate, out string[] feedback)" overload instead.")]
public:
void Archive( 
   String^ connectionString,
   String^ logDatabase,
   String^ archiveDatabase,
   DateTime fromDate,
   DateTime toDate
) 

Parameters

connectionString
logDatabase
archiveDatabase
fromDate
toDate

Requirements

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

See Also