FreeSWITCH.Native.ManagedSession.ManagedSession C# (CSharp) Method

ManagedSession() public method

public ManagedSession ( string uuid ) : System
uuid string
return System
        public ManagedSession(string uuid)
            : this(freeswitchPINVOKE.new_ManagedSession__SWIG_1(uuid), true)
        {
        }

Same methods

ManagedSession::ManagedSession ( ) : System
ManagedSession::ManagedSession ( IntPtr cPtr, bool cMemoryOwn ) : System
ManagedSession::ManagedSession ( SWIGTYPE_p_switch_core_session session ) : System