RepairIPCError Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : RepairIPCError Method



errorID
k2Server
port
connString
process

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function RepairIPCError( _
   ByVal errorID As Integer, _
   ByVal k2Server As String, _
   ByVal port As Integer, _
   ByVal connString As String, _
   ByVal process As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim errorID As Integer
Dim k2Server As String
Dim port As Integer
Dim connString As String
Dim process As String
Dim value As Boolean
 
value = instance.RepairIPCError(errorID, k2Server, port, connString, process)
C#  
public bool RepairIPCError( 
   int errorID,
   string k2Server,
   int port,
   string connString,
   string process
)
C++/CLI  
public:
bool RepairIPCError( 
   int errorID,
   String^ k2Server,
   int port,
   String^ connString,
   String^ process
) 

Parameters

errorID
k2Server
port
connString
process

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