Ejemplo n.º 1
0
        void IDispatcher.DTMF(DTMFMessage pMessage)
        {
            IDispatcher target;

            lock (this) {
                target = Target;
            }
            if (target != null)
            {
                target.DTMF(pMessage);
            }
        }
Ejemplo n.º 2
0
 public virtual void DTMF(DTMFMessage pMessage)
 {
 }
Ejemplo n.º 3
0
        // All functions in this region are called on the thread pool by WCF, so any touching of the Route objects, emitting of events, etc. must be posted to SyncContext.

        void IDispatcher.DTMF(DTMFMessage pMessage)
        {
            MessageReceived = true;
        }