Class NetworkCommand
- Namespace
 - Dynamicweb.LoadBalancing
 
- Assembly
 - Dynamicweb.LoadBalancing.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; }