Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object, is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
WorkGroup ( string name, int concurrencyLevel, int maxQueueSize ) : DotNetWorkQueue.Validation |
Initializes a new instance of the WorkGroup class.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |
public WorkGroup ( string name, int concurrencyLevel, int maxQueueSize ) : DotNetWorkQueue.Validation | ||
name | string | The name. |
concurrencyLevel | int | The concurrency level. |
maxQueueSize | int | Maximum size of the queue. |
Résultat | DotNetWorkQueue.Validation |