SIPSorcery.Entities.SIPSorceryEntities.AddToSIPRegistrarBindings C# (CSharp) 메소드

AddToSIPRegistrarBindings() 공개 메소드

Deprecated Method for adding a new object to the SIPRegistrarBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPRegistrarBindings ( SIPRegistrarBinding sIPRegistrarBinding ) : void
sIPRegistrarBinding SIPRegistrarBinding
리턴 void
        public void AddToSIPRegistrarBindings(SIPRegistrarBinding sIPRegistrarBinding)
        {
            base.AddObject("SIPRegistrarBindings", sIPRegistrarBinding);
        }