메소드 | 설명 | |
---|---|---|
Add ( IEnumerable |
Adds the specified delays.
|
|
Add ( System.TimeSpan delay ) : void |
Adds the specified delay.
|
|
Clear ( ) : void |
Clears this instance.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that iterates through the collection.
|
|
QueueDelay ( ) : System |
Initializes a new instance of the QueueDelay class.
|
|
QueueDelay ( IEnumerable |
Initializes a new instance of the QueueDelay class.
|
|
SetReadOnly ( ) : void |
Marks this instance as immutable
|
메소드 | 설명 | |
---|---|---|
FailIfReadOnly ( ) : void |
Throws an exception if the read only flag is true.
|
메소드 | 설명 | |
---|---|---|
IEnumerable ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
public QueueDelay ( IEnumerable |
||
delays | IEnumerable |
The delays. |
리턴 | System |