SIPSorcery.Entities.SIPSorceryEntities.AddToSIPDialplanOptions C# (CSharp) Méthode

AddToSIPDialplanOptions() public méthode

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
Résultat void
        public void AddToSIPDialplanOptions(SIPDialplanOption sIPDialplanOption)
        {
            base.AddObject("SIPDialplanOptions", sIPDialplanOption);
        }