C# Class Microsoft.Zing.ReceiveEvent

This event is generated when a process consumes a message. State.GetEvents
A receive event is generated when a process consumes a message from a channel. The channel is available as a uint value corresponding to its Zing pointer. The message data is available as an object. The channel type is also available, primarily as a means of accessing the type name.
Inheritance: ZingEvent
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
ToString ( ) : string

Formats the Receive event showing the channel type, number, and message data.

ToXml ( XmlElement parent ) : void

Private Methods

Méthode Description
ReceiveEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data ) : System
ReceiveEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data, int SerialNumber ) : System

Method Details

ToString() public méthode

Formats the Receive event showing the channel type, number, and message data.
public ToString ( ) : string
Résultat string

ToXml() public méthode

public ToXml ( XmlElement parent ) : void
parent System.Xml.XmlElement
Résultat void