ListenerLoad Method

Loads a listener from xml file and returns it.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static Listener Load(
	string fileName
)

Parameters

fileName  String
Name of the file that should be used, including the full path.

Return Value

Listener
A newly created listeners loaded from a file.

See Also