Class Changed
The data value is retrieved with Data using the typed key.
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class Changed : IEquatable<Changed>, IReplicatorMessage
Constructors
|
Improve this Doc
View Source
Changed(IKey, Object)
Declaration
public Changed(IKey key, object data)
Parameters
Properties
|
Improve this Doc
View Source
Data
Declaration
public object Data { get; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Equals(Changed)
Declaration
public bool Equals(Changed other)
Parameters
Type |
Name |
Description |
Changed |
other |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Get<T>(IKey<T>)
Declaration
public T Get<T>(IKey<T> key)
where T : IReplicatedData
Parameters
Type |
Name |
Description |
IKey<T> |
key |
|
Returns
Type Parameters
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods
See Also