Click or drag to resize
Akka.NETIHandleTMessage Interface
Interface IHandle

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IHandle<in TMessage>

Type Parameters

TMessage
The type of the t message.

The IHandleTMessage type exposes the following members.

Methods
  NameDescription
Public methodHandle
Handles the specified message.
Top
See Also