deServerSession Constructor (String, String, String, Guid, String, IErrorProvider)
Initializes a new instance of the deServerSession class.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
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.