Class SendToAll
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class SendToAll : IDistributedPubSubMessage, IEquatable<SendToAll>, IWrappedMessage
Constructors
|
Improve this Doc
View Source
Declaration
public SendToAll(string path, object message, bool excludeSelf = false)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public bool ExcludeSelf { 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(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
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods