Class Put
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Put : IEquatable<Put>
Constructors
|
Improve this Doc
View Source
Declaration
public Put(IActorRef ref)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public IActorRef Ref { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Put other)
Parameters
Type |
Name |
Description |
Put |
other |
|
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods