Class FailureInjectorTransportAdapter.Drop
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class FailureInjectorTransportAdapter.Drop : FailureInjectorTransportAdapter.IGremlinMode
Constructors
| Edit this page View SourceDrop(double, double)
TBD
Declaration
public Drop(double outboundDropP, double inboundDropP)
Parameters
| Type | Name | Description |
|---|---|---|
| double | outboundDropP | TBD |
| double | inboundDropP | TBD |
Properties
| Edit this page View SourceInboundDropP
TBD
Declaration
public double InboundDropP { get; }
Property Value
| Type | Description |
|---|---|
| double |
OutboundDropP
TBD
Declaration
public double OutboundDropP { get; }
Property Value
| Type | Description |
|---|---|
| double |
Edit this page