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

AddToSIPDialplanProviders() public method

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
return void
        public void AddToSIPDialplanProviders(SIPDialplanProvider sIPDialplanProvider)
        {
            base.AddObject("SIPDialplanProviders", sIPDialplanProvider);
        }