Class ActionSequence<T>
- Namespace
- Dynamicweb.Load
Balancing
- Assembly
- Dynamicweb.Core.dll
Type Parameters
T
- Inheritance
-
ActionSequence<T>
- Inherited Members
Methods
Drop(string)
Parameters
name
string
Returns
Enqueue(T)
Enqueues a command.
Parameters
command
TCommand to add
Enroll(string, Func<string, ApplicationResponse<string>>)
Parameters
name
stringserviceAction
Func<string, ApplicationResponse <string>>
Returns
IsEmpty()
Indicates if sequence is empty.
Returns
- bool
isEmpty