C# Class DotNetWorkQueue.QueueStatus.SystemEntry

Generic name/value store for queue information
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
SystemEntry ( string name, string value )

Initializes a new instance of the SystemEntry class.

Method Details

SystemEntry() public method

Initializes a new instance of the SystemEntry class.
public SystemEntry ( string name, string value )
name string The name.
value string The value.