SIPSorcery.SIPCallManager.SIPMonitorMachineEventHandler C# (CSharp) Méthode

SIPMonitorMachineEventHandler() public méthode

public SIPMonitorMachineEventHandler ( SIPSorcery machineEvent ) : void
machineEvent SIPSorcery
Résultat void
        public void SIPMonitorMachineEventHandler(SIPSorcery.SIP.App.SIPMonitorMachineEvent machineEvent)
        {
            // Update the calls display.
            if (m_initialLoadComplete && !m_sipCallsPanelRefreshInProgress)
            {
                m_sipCallsPanel.RefreshAsync();
            }
        }