Class Identify
Request to an ICanTell to get back the identity of the underlying actors.
Assembly: Akka.dll
Syntax
public sealed class Identify : IAutoReceivedMessage, INotInfluenceReceiveTimeout
Constructors
|
Improve this Doc
View Source
Identify(Object)
Initializes a new instance of the Identify class.
Declaration
public Identify(object messageId)
Parameters
Type |
Name |
Description |
Object |
messageId |
A correlating ID used to distinguish multiple Identify requests to the same receiver.
|
Properties
|
Improve this Doc
View Source
MessageId
A correlating ID used to distinguish multiple Identify requests to the same receiver.
Declaration
public object MessageId { get; }
Property Value
Methods
|
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods