Table of Contents

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

string

Name

Name of the service handling this command.
public string Name { get; set; }

Property Value

string

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

{Name}:{CommandValue}
public override string ToString()

Returns

string
To top