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
Afficher le fichier Open project: microsoft/coyote

Méthodes publiques

Свойство Type Description
Caller ActorId

Méthodes publiques

Méthode Description
RequestGreetingEvent ( ActorId caller ) : Microsoft.Coyote.Actors

Method Details

RequestGreetingEvent() public méthode

public RequestGreetingEvent ( ActorId caller ) : Microsoft.Coyote.Actors
caller ActorId
Résultat Microsoft.Coyote.Actors

Property Details

Caller public_oe property

public ActorId Caller
Résultat ActorId