Class Unsubscribe
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Unsubscribe : IEquatable<Unsubscribe>
Constructors
|
Edit this page
View Source
Declaration
public Unsubscribe(string topic, IActorRef @ref, string group = null)
Parameters
Exceptions
Type |
Condition |
ArgumentException |
This exception is thrown when the specified topic is undefined.
|
Properties
|
Edit this page
View Source
Declaration
public string Group { get; }
Property Value
|
Edit this page
View Source
Declaration
public IActorRef Ref { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Topic { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public bool Equals(Unsubscribe 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
|
Edit this page
View Source
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods