Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
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
Datei anzeigen
Open project: microsoft/coyote
Public Properties
Property
Type
Description
Greeting
string
Public Methods
Method
Description
GreetingEvent
(
string
greeting
) :
Microsoft.Coyote.Actors
Method Details
GreetingEvent()
public
method
public
GreetingEvent
(
string
greeting
) :
Microsoft.Coyote.Actors
greeting
string
return
Microsoft.Coyote.Actors
Property Details
Greeting
public_oe property
public
string
Greeting
return
string