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

This is a Coyote Event returned in response to a RequestGreetingEvent. An event can contain any data you want.
Inheritance: Event
Afficher le fichier Open project: microsoft/coyote

Méthodes publiques

Свойство Type Description
Greeting string

Méthodes publiques

Méthode Description
GreetingEvent ( string greeting ) : Microsoft.Coyote.Actors

Method Details

GreetingEvent() public méthode

public GreetingEvent ( string greeting ) : Microsoft.Coyote.Actors
greeting string
Résultat Microsoft.Coyote.Actors

Property Details

Greeting public_oe property

public string Greeting
Résultat string