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



archiveDB
restoreGuid
connectionString

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetRestoreSet( _
   ByVal archiveDB As String, _
   ByVal restoreGuid As Guid, _
   ByVal connectionString As String _
) As RestoreSet
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim archiveDB As String
Dim restoreGuid As Guid
Dim connectionString As String
Dim value As RestoreSet
 
value = instance.GetRestoreSet(archiveDB, restoreGuid, connectionString)
C++/CLI  
public:
RestoreSet^ GetRestoreSet( 
   String^ archiveDB,
   Guid restoreGuid,
   String^ connectionString
) 

Parameters

archiveDB
restoreGuid
connectionString

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