Actor.OnInitializeAsync method

Asynchronous callback that is invoked when the actor is initialized with an optional event.

protected virtual Task OnInitializeAsync(Event initialEvent)
parameter description
initialEvent Optional event used for initialization.

Return Value

Task that represents the asynchronous operation.

See Also