TestEnvironment Constructor

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

Namespace:  Scanjour.Apf.Test.Environment
Assembly:  Scanjour.Apf.Test.Environment (in Scanjour.Apf.Test.Environment.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public TestEnvironment(
	IMachines machines,
	IWorkZoneServer workZoneServer,
	IWorkZoneConfiguration workZoneConfiguration,
	IUsers users,
	IExchange exchange
)

Parameters

machines
Type: Scanjour.Apf.Test.EnvironmentIMachines

[Missing <param name="machines"/> documentation for "M:Scanjour.Apf.Test.Environment.TestEnvironment.#ctor(Scanjour.Apf.Test.Environment.IMachines,Scanjour.Apf.Test.Environment.IWorkZoneServer,Scanjour.Apf.Test.Environment.IWorkZoneConfiguration,Scanjour.Apf.Test.Environment.IUsers,Scanjour.Apf.Test.Environment.IExchange)"]

workZoneServer
Type: Scanjour.Apf.Test.EnvironmentIWorkZoneServer

[Missing <param name="workZoneServer"/> documentation for "M:Scanjour.Apf.Test.Environment.TestEnvironment.#ctor(Scanjour.Apf.Test.Environment.IMachines,Scanjour.Apf.Test.Environment.IWorkZoneServer,Scanjour.Apf.Test.Environment.IWorkZoneConfiguration,Scanjour.Apf.Test.Environment.IUsers,Scanjour.Apf.Test.Environment.IExchange)"]

workZoneConfiguration
Type: Scanjour.Apf.Test.EnvironmentIWorkZoneConfiguration

[Missing <param name="workZoneConfiguration"/> documentation for "M:Scanjour.Apf.Test.Environment.TestEnvironment.#ctor(Scanjour.Apf.Test.Environment.IMachines,Scanjour.Apf.Test.Environment.IWorkZoneServer,Scanjour.Apf.Test.Environment.IWorkZoneConfiguration,Scanjour.Apf.Test.Environment.IUsers,Scanjour.Apf.Test.Environment.IExchange)"]

users
Type: Scanjour.Apf.Test.EnvironmentIUsers

[Missing <param name="users"/> documentation for "M:Scanjour.Apf.Test.Environment.TestEnvironment.#ctor(Scanjour.Apf.Test.Environment.IMachines,Scanjour.Apf.Test.Environment.IWorkZoneServer,Scanjour.Apf.Test.Environment.IWorkZoneConfiguration,Scanjour.Apf.Test.Environment.IUsers,Scanjour.Apf.Test.Environment.IExchange)"]

exchange
Type: Scanjour.Apf.Test.EnvironmentIExchange

[Missing <param name="exchange"/> documentation for "M:Scanjour.Apf.Test.Environment.TestEnvironment.#ctor(Scanjour.Apf.Test.Environment.IMachines,Scanjour.Apf.Test.Environment.IWorkZoneServer,Scanjour.Apf.Test.Environment.IWorkZoneConfiguration,Scanjour.Apf.Test.Environment.IUsers,Scanjour.Apf.Test.Environment.IExchange)"]

See Also

Reference