SIPSorcery.SIPProviderManager.SIPMonitorMachineEventHandler C# (CSharp) Method

SIPMonitorMachineEventHandler() public method

public SIPMonitorMachineEventHandler ( SIPSorcery machineEvent ) : void
machineEvent SIPSorcery
return void
        public void SIPMonitorMachineEventHandler(SIPSorcery.SIP.App.SIPMonitorMachineEvent machineEvent)
        {
            // Update the bindings display.
            if (!m_sipRegistrationAgentBindingsPanelRefreshInProgress)
            {
                m_sipProviderRegistrationsPanel.RefreshAsync();
            }
        }