Class Command
- Namespace
- Dynamicweb.LoadBalancing
- Assembly
- Dynamicweb.LoadBalancing.dll
Describes which service that needs to be invalidated, by using a specified value.
public class Command
- Inheritance
-
Command
- Inherited Members
Properties
CommandValue
Value passed along to the service on servantside.
public string CommandValue { get; set; }
Property Value
Name
Name of the service handling this command.
public string Name { get; set; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
{Name}:{CommandValue}
public override string ToString()