SomService Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the SomService class

Namespace:  Scanjour.Workflow4.TestFramework
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public SomService(
	string dsn,
	string username,
	string password
)

Parameters

dsn
Type: SystemString

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

username
Type: SystemString

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

password
Type: SystemString

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

See Also

Reference