Class FailureInjectorTransportAdapter.Drop
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class Drop : FailureInjectorTransportAdapter.IGremlinMode
Constructors
| Improve this Doc View SourceDrop(Double, Double)
TBD
Declaration
public Drop(double outboundDropP, double inboundDropP)
Parameters
Type | Name | Description |
---|---|---|
Double | outboundDropP | TBD |
Double | inboundDropP | TBD |
Properties
| Improve this Doc 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 |