SIPSorcery.Entities.SIPSorceryEntities.AddToSIPDialplanRoutes C# (CSharp) 메소드

AddToSIPDialplanRoutes() 공개 메소드

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
리턴 void
        public void AddToSIPDialplanRoutes(SIPDialplanRoute sIPDialplanRoute)
        {
            base.AddObject("SIPDialplanRoutes", sIPDialplanRoute);
        }