deTenantServerSession Constructor (String, String, String, String, String, Guid, String, IErrorProvider)
Initializes a new instance of the deTenantServerSession class.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public deTenantServerSession( string sTenantID, string sTenantMasterConnectionString, string sHost, string sTenantConnectionString, string sExternalUserName, Guid gWorkflowUserID, string culture, IErrorProvider oErrProvider )
Parameters
- sTenantID
- Type: String
The s tenant identifier.
- sTenantMasterConnectionString
- Type: String
The s tenant master connection string.
- sHost
- Type: String
The s host.
- sTenantConnectionString
- Type: String
The s tenant connection string.
- sExternalUserName
- Type: String
Name of the s external user.
- gWorkflowUserID
- Type: Guid
The g workflow user identifier.
- culture
- Type: String
The culture.
- oErrProvider
- Type: IErrorProvider
The o error provider.