C# Class DotNetWorkQueue.QueueStatus.SystemEntry

Generic name/value store for queue information
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
SystemEntry ( string name, string value )

Initializes a new instance of the SystemEntry class.

Method Details

SystemEntry() public méthode

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