Class InternalTestActorRef.TestActorCell
TBD
protected class InternalTestActorRef.TestActorCell : ActorCell
- Inheritance
-
InternalTestActorRef.TestActorCell
Constructors
TestActorCell(ActorSystemImpl, IInternalActorRef, Props, MessageDispatcher, IInternalActorRef)
TBD
public TestActorCell(ActorSystemImpl system, IInternalActorRef self, Props props, MessageDispatcher dispatcher, IInternalActorRef parent)
Parameters
system
ActorSystemImplTBD
self
IInternalActorRefTBD
props
PropsTBD
dispatcher
MessageDispatcherTBD
parent
IInternalActorRefTBD
Properties
Actor
TBD
public object Actor { get; }
Property Value
TaskScheduler
public override ActorTaskScheduler TaskScheduler { get; }
Property Value
- ActorTaskScheduler
Methods
AutoReceiveMessage(Envelope)
TBD
protected override void AutoReceiveMessage(Envelope envelope)
Parameters
envelope
EnvelopeTBD
ReceiveMessageForTestAsync(Envelope)
This is only intended to be called from TestKit's TestActorRef
public Task ReceiveMessageForTestAsync(Envelope envelope)
Parameters
envelope
EnvelopeTBD
Returns
UseThreadContextAsync(Func<Task>)
TBD
public Task UseThreadContextAsync(Func<Task> actionAsync)