[Missing <summary> documentation for "P:Akka.Actor.Dsl.Act.OnPreStart"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Action<IActorContext> OnPreStart { get; set; }
Public Property OnPreStart As Action(Of IActorContext)
Get
Set
public:
virtual property Action<IActorContext^>^ OnPreStart {
Action<IActorContext^>^ get () sealed;
void set (Action<IActorContext^>^ value) sealed;
}
abstract OnPreStart : Action<IActorContext> with get, set
override OnPreStart : Action<IActorContext> with get, set
Property Value
Type:
ActionIActorContextImplements
IActorDslOnPreStart
See Also