Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
Coyote
Samples
HelloWorldActors
GreetingEvent
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