C# 클래스 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.
상속: ZingEvent
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
ToString ( ) : string

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

ToXml ( XmlElement parent ) : void

비공개 메소드들

메소드 설명
ReceiveEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data ) : System
ReceiveEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data, int SerialNumber ) : System

메소드 상세

ToString() 공개 메소드

Formats the Receive event showing the channel type, number, and message data.
public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( XmlElement parent ) : void
parent System.Xml.XmlElement
리턴 void