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
Показать файл Открыть проект

Открытые методы

Метод Описание
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