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 ClusterClient.SendToAll : IClusterClientProtocolMessage, IEquatable<ClusterClient.SendToAll>
Constructors
|
Edit this page
View Source
Declaration
public SendToAll(string path, object message)
Parameters
Properties
|
Edit this page
View Source
Declaration
public object Message { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Path { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool Equals(ClusterClient.SendToAll other)
Parameters
Returns
|
Edit this page
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods