C# Class Microsoft.Zing.SendEvent

This event is generated when a "send" statement is executed.
A send event is generated when a process executes a send statement. 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
Mostrar archivo Open project: ZingModelChecker/Zing

Public Methods

Method Description
ToString ( ) : string

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

ToXml ( XmlElement parent ) : void

Private Methods

Method Description
SendEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data ) : System
SendEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data, int SerialNumber ) : System

Method Details

ToString() public method

Formats the Send event showing the channel type, number, and message data.
public ToString ( ) : string
return string

ToXml() public method

public ToXml ( XmlElement parent ) : void
parent System.Xml.XmlElement
return void