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