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

AddToSIPDialogues() public method

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