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



logDatabase
archiveDatabase
fromDate
toDate
feedback

Glossary Item Box

Syntax

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) Copy Code
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)

Parameters

logDatabase
archiveDatabase
fromDate
toDate
feedback

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