Class ClusterClient.SendToAll
The message will be delivered to all recipients with a matching path.
Inheritance
ClusterClient.SendToAll
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class SendToAll : IClusterClientProtocolMessage, IEquatable<ClusterClient.SendToAll>
Constructors
|
Improve this Doc
View Source
Declaration
public SendToAll(string path, object message)
Parameters
Properties
|
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(ClusterClient.SendToAll other)
Parameters
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
Implements
Extension Methods