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

AddToSIPAccounts() public method

Deprecated Method for adding a new object to the SIPAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPAccounts ( SIPAccount sIPAccount ) : void
sIPAccount SIPAccount
return void
        public void AddToSIPAccounts(SIPAccount sIPAccount)
        {
            base.AddObject("SIPAccounts", sIPAccount);
        }