SIPSorcery.Entities.SIPSorceryEntities.AddToSIPDialplanRoutes C# (CSharp) Method

AddToSIPDialplanRoutes() public method

Deprecated Method for adding a new object to the SIPDialplanRoutes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanRoutes ( SIPDialplanRoute sIPDialplanRoute ) : void
sIPDialplanRoute SIPDialplanRoute
return void
        public void AddToSIPDialplanRoutes(SIPDialplanRoute sIPDialplanRoute)
        {
            base.AddObject("SIPDialplanRoutes", sIPDialplanRoute);
        }