Class EventComponent.UnsubscribeFromEvent
Namespace: Unity.Reflect.Actor
Syntax
public class UnsubscribeFromEvent
Constructors
UnsubscribeFromEvent(ActorRef, Type)
Declaration
public UnsubscribeFromEvent(ActorRef receiverRef, Type eventType)
Parameters
Type | Name | Description |
---|---|---|
ActorRef | receiverRef | |
Type | eventType |
Fields
EventType
Declaration
public Type EventType
Field Value
Type | Description |
---|---|
Type |
ReceiverRef
Declaration
public ActorRef ReceiverRef
Field Value
Type | Description |
---|---|
ActorRef |