Click or drag to resize

SomService Constructor

Initializes a new instance of the SomService class

Namespace: Scanjour.Workflow4.TestFramework
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public SomService(
	string dsn,
	string username,
	string password
)

Parameters

dsn  String

[Missing <param name="dsn"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomService.#ctor(System.String,System.String,System.String)"]

username  String

[Missing <param name="username"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomService.#ctor(System.String,System.String,System.String)"]

password  String

[Missing <param name="password"/> documentation for "M:Scanjour.Workflow4.TestFramework.SomService.#ctor(System.String,System.String,System.String)"]

See Also