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) | ![]() |
---|---|
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
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