Class UnconfirmedDelivery
Inheritance
UnconfirmedDelivery
Assembly: Akka.Persistence.dll
Syntax
[Serializable]
public sealed class UnconfirmedDelivery : IEquatable<UnconfirmedDelivery>
Constructors
|
Improve this Doc
View Source
UnconfirmedDelivery(Int64, ActorPath, Object)
Declaration
public UnconfirmedDelivery(long deliveryId, ActorPath destination, object message)
Parameters
Properties
|
Improve this Doc
View Source
DeliveryId
Declaration
public long DeliveryId { get; }
Property Value
|
Improve this Doc
View Source
Destination
Declaration
public ActorPath Destination { get; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public object Message { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(UnconfirmedDelivery)
Declaration
public bool Equals(UnconfirmedDelivery other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods