FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deServerSession Constructor (String, String, String, Guid, String, IErrorProvider)

Initializes a new instance of the deServerSession class.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public deServerSession(
	string sConnectionString,
	string sConnectionStringKey,
	string sExternalUserName,
	Guid gWorkflowUserID,
	string sCulture,
	IErrorProvider oErrProvider
)
Public Sub New ( _
	sConnectionString As String, _
	sConnectionStringKey As String, _
	sExternalUserName As String, _
	gWorkflowUserID As Guid, _
	sCulture As String, _
	oErrProvider As IErrorProvider _
)
public:
deServerSession(
	String^ sConnectionString, 
	String^ sConnectionStringKey, 
	String^ sExternalUserName, 
	Guid^ gWorkflowUserID, 
	String^ sCulture, 
	IErrorProvider^ oErrProvider
)

Parameters

sConnectionString
Type: String
The s connection string.
sConnectionStringKey
Type: String
The s connection string key.
sExternalUserName
Type: String
Name of the s external user.
gWorkflowUserID
Type: Guid
The g workflow user identifier.
sCulture
Type: String
The culture.
oErrProvider
Type: IErrorProvider
The o error provider.