Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal host As String, _ ByVal port As UInteger, _ ByVal user As String, _ ByVal pwd As String, _ ByVal securityLabel As String, _ ByVal isPrimaryLogin As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim host As String Dim port As UInteger Dim user As String Dim pwd As String Dim securityLabel As String Dim isPrimaryLogin As Boolean Dim instance As New WorkflowManagementServer(host, port, user, pwd, securityLabel, isPrimaryLogin) |
C# | |
---|---|
public WorkflowManagementServer( string host, uint port, string user, string pwd, string securityLabel, bool isPrimaryLogin ) |
C++/CLI | |
---|---|
public: WorkflowManagementServer( String^ host, uint port, String^ user, String^ pwd, String^ securityLabel, bool isPrimaryLogin ) |
Parameters
- host
- port
- user
- pwd
- securityLabel
- isPrimaryLogin
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