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

AddToSIPDialplanProviders() public méthode

Deprecated Method for adding a new object to the SIPDialplanProviders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanProviders ( SIPDialplanProvider sIPDialplanProvider ) : void
sIPDialplanProvider SIPDialplanProvider
Résultat void
        public void AddToSIPDialplanProviders(SIPDialplanProvider sIPDialplanProvider)
        {
            base.AddObject("SIPDialplanProviders", sIPDialplanProvider);
        }