C-DEngine 5.105

TheISBConnect..::..Connect Method (String, String)

Connect to a Custom URL via ISB Connect and a custom Scope

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Connect(
	string pUrl,
	string pEasyScope
)
Public Function Connect ( _
	pUrl As String, _
	pEasyScope As String _
) As String
public:
String^ Connect(
	String^ pUrl, 
	String^ pEasyScope
)

Parameters

pUrl
Type: String
URL to connect to
pEasyScope
Type: String
Easy ScopeID generator for the connection

Return Value