Class Send
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Send : IDistributedPubSubMessage, IEquatable<Send>, IWrappedMessage
Constructors
|
Improve this Doc
View Source
Declaration
public Send(string path, object message, bool localAffinity = false)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public bool LocalAffinity { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public object Message { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Path { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Send other)
Parameters
Type |
Name |
Description |
Send |
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