Class Remove
Assembly: Akka.Cluster.Tools.dll
[Serializable]
public sealed class Remove : IEquatable<Remove>
Constructors
|
Improve this Doc
View Source
Declaration
public Remove(string path)
Parameters
Type |
Name |
Description |
String |
path |
TBD
|
Properties
|
Improve this Doc
View Source
Declaration
public string Path { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(Remove other)
Parameters
Type |
Name |
Description |
Remove |
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