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



procInstID
errorID
newProcId
userName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function RetryError( _
   ByVal procInstID As Integer, _
   ByVal errorID As Integer, _
   ByVal newProcId As Integer, _
   ByVal userName As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstID As Integer
Dim errorID As Integer
Dim newProcId As Integer
Dim userName As String
Dim value As Boolean
 
value = instance.RetryError(procInstID, errorID, newProcId, userName)
C#  
public bool RetryError( 
   int procInstID,
   int errorID,
   int newProcId,
   string userName
)
C++/CLI  
public:
bool RetryError( 
   int procInstID,
   int errorID,
   int newProcId,
   String^ userName
) 

Parameters

procInstID
errorID
newProcId
userName

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