Open Method will create a ManagedVcClient return a INT as unique Identity

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static int Open(
	string vcName,
	string domain,
	string account,
	string password,
	string proxy,
	bool defaultCredential
)
Visual Basic
Public Shared Function Open ( _
	vcName As String, _
	domain As String, _
	account As String, _
	password As String, _
	proxy As String, _
	defaultCredential As Boolean _
) As Integer
Visual C++
public:
static int Open(
	String^ vcName, 
	String^ domain, 
	String^ account, 
	String^ password, 
	String^ proxy, 
	bool defaultCredential
)

Parameters

vcName
Type: String

[Missing <param name="vcName"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

domain
Type: String

[Missing <param name="domain"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

account
Type: String

[Missing <param name="account"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

password
Type: String

[Missing <param name="password"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

proxy
Type: String

[Missing <param name="proxy"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

defaultCredential
Type: Boolean

[Missing <param name="defaultCredential"/> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:VcClient.ManagedVcClientMgr.Open(System.String,System.String,System.String,System.String,System.String,System.Boolean)"]

See Also