ListenerLoad Method
Loads a listener from xml file and returns it.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public static Listener Load(
string fileName
)
- fileName String
- Name of the file that should be used, including the full path.
ListenerA newly created listeners loaded from a file.