Returns specified flow or null if no such flow.

C# | Visual Basic | Visual C++ | F# |
public SIP_Flow GetFlow( string flowID )
Public Function GetFlow ( flowID As String ) As SIP_Flow
public: SIP_Flow^ GetFlow( String^ flowID )
member GetFlow : flowID : string -> SIP_Flow

- flowID (String)
- Data flow ID.

SIP_Flow
Returns specified flow or null if no such flow.
Returns specified flow or null if no such flow.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
ArgumentNullException | Is raised when flowID is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119