Updates specified binding.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Update( SIP_Flow flow, int expires, double qvalue, string callID, int cseqNo )
Public Sub Update ( flow As SIP_Flow, expires As Integer, qvalue As Double, callID As String, cseqNo As Integer )
public: void Update( SIP_Flow^ flow, int expires, double qvalue, String^ callID, int cseqNo )
member Update : flow : SIP_Flow * expires : int * qvalue : float * callID : string * cseqNo : int -> unit
Parameters
- flow (SIP_Flow)
- SIP data flow what updates this binding. This value is null if binding was not added through network or flow has disposed.
- expires (Int32)
- Time in seconds when binding will expire.
- qvalue (Double)
- Binding priority. Higher value means greater priority.
- callID (String)
- Call-ID header field value which added/updated this binding.
- cseqNo (Int32)
- CSeq header field sequence number value which added/updated this binding.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119