C# Class Microsoft.Coyote.Samples.HelloWorldActors.RequestGreetingEvent

This is a Coyote Event used to request a greeting. Events in Coyote are strongly typed and have their own lifetime outside of the scope of any particular call stack, because they can be queued in an Actor inbox.
Inheritance: Event
ファイルを表示 Open project: microsoft/coyote

Public Properties

Property Type Description
Caller ActorId

Public Methods

Method Description
RequestGreetingEvent ( ActorId caller ) : Microsoft.Coyote.Actors

Method Details

RequestGreetingEvent() public method

public RequestGreetingEvent ( ActorId caller ) : Microsoft.Coyote.Actors
caller ActorId
return Microsoft.Coyote.Actors

Property Details

Caller public_oe property

public ActorId Caller
return ActorId