Table of Contents

Class NetworkCommand

Namespace
Dynamicweb.LoadBalancing
Assembly
Dynamicweb.Core.dll

Extends Command with a count for failed transmissions.

public class NetworkCommand : Command
Inheritance
NetworkCommand
Inherited Members

Properties

FailedCount

Count for how many times this command failed to be sent to clustered nodes.

public int FailedCount { get; set; }

Property Value

int
To top