FreeSWITCH.Native.freeswitch.switch_core_session_locate C# (CSharp) Method

switch_core_session_locate() public static method

public static switch_core_session_locate ( string uuid_str ) : SWIGTYPE_p_switch_core_session
uuid_str string
return SWIGTYPE_p_switch_core_session
        public static SWIGTYPE_p_switch_core_session switch_core_session_locate(string uuid_str)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_session_locate(uuid_str);
            SWIGTYPE_p_switch_core_session ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_switch_core_session(cPtr, false);
            return ret;
        }
freeswitch