Microsoft.Zing.ReceiveEvent.ReceiveEvent C# (CSharp) Méthode

ReceiveEvent() private méthode

private ReceiveEvent ( ZingSourceContext context, ZingAttribute contextAttribute, ZingChan chan, object data ) : System
context ZingSourceContext
contextAttribute ZingAttribute
chan ZingChan
data object
Résultat System
        internal ReceiveEvent(ZingSourceContext context, ZingAttribute contextAttribute,
            ZingChan chan, object data)
            : base(context, contextAttribute)
        {
            this.data = data;
            this.chanPtr = Process.CurrentProcess.StateImpl.ReverseLookupObject(chan);
            this.chanType = chan.GetType();
        }

Same methods

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