C# Class MessageHarvestExecuted, tf_client

Message sent when a harvest is executed.
Inheritance: MessageAM
Mostra file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
listenerType string

Public Methods

Method Description
MessageHarvestExecuted ( Harvest, harvest, Harvest, products )

Initializes a new instance of the MessageHarvestExecuted class.

Method Details

MessageHarvestExecuted() public method

Initializes a new instance of the MessageHarvestExecuted class.
public MessageHarvestExecuted ( Harvest, harvest, Harvest, products )
harvest Harvest, /// Harvest. ///
products Harvest, /// Products. ///

Property Details

listenerType public_oe static_oe property

The type of the listener.
public static string listenerType
return string