LumiSoft Net Help
GetFlow Method (flowID)
NamespacesLumiSoft.Net.SIP.StackSIP_TransportLayerGetFlow(String)
Returns specified flow or null if no such flow.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
flowID (String)
Data flow ID.
Return Value
SIP_Flow
Returns specified flow or null if no such flow.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when flowID is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119