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

AddToSIPDialplanOptions() 공개 메소드

Deprecated Method for adding a new object to the SIPDialplanOptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanOptions ( SIPDialplanOption sIPDialplanOption ) : void
sIPDialplanOption SIPDialplanOption
리턴 void
        public void AddToSIPDialplanOptions(SIPDialplanOption sIPDialplanOption)
        {
            base.AddObject("SIPDialplanOptions", sIPDialplanOption);
        }