ListenerStore Method

Stores current listener to a xml file with file name indicated by FileName property.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Store(
	string fileName
)

Parameters

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

See Also