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



archiveDB
restoreGuid

Glossary Item Box

Syntax

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

Parameters

archiveDB
restoreGuid

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