Click or drag to resize

OhioSessionsAddSession Method (String)

Creates and returns a new OhioSession.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public OhioSession AddSession(
	string filename
)

Parameters

filename
Type: SystemString
The configuration file with optional parameter overrides. For example, "c:\3270.aha?ResourceName=TN1234".

Return Value

Type: OhioSession
A new OhioSession object.
See Also