Visual Basic (Declaration) | |
---|---|
Public Overloads Function Restore( _ ByVal logDatabase As String, _ ByVal archiveDatabase As String, _ ByVal archiveID As Guid, _ ByRef feedback As String() _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim logDatabase As String Dim archiveDatabase As String Dim archiveID As Guid Dim feedback As String() Dim value As Boolean value = instance.Restore(logDatabase, archiveDatabase, archiveID, feedback) |
C# | |
---|---|
public bool Restore( string logDatabase, string archiveDatabase, Guid archiveID, out string[] feedback ) |
C++/CLI | |
---|---|
public: bool Restore( String^ logDatabase, String^ archiveDatabase, Guid archiveID, [Out] array<String^> feedback ) |
Parameters
- logDatabase
- archiveDatabase
- archiveID
- feedback
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