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



connectionString
logDatabase
archiveDatabase
archiveID

Glossary Item Box

Syntax

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

Parameters

connectionString
logDatabase
archiveDatabase
archiveID

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