Actor.SendEvent method

Sends an asynchronous Event to a target.

protected void SendEvent(ActorId id, Event e, EventGroup eventGroup = null, 
    SendOptions options = null)
parameter description
id The id of the target.
e The event to send.
eventGroup An optional event group associated with this Actor.
options Optional configuration of a send operation.

See Also