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

switch_core_memory_pool_tag() public static method

public static switch_core_memory_pool_tag ( SWIGTYPE_p_apr_pool_t pool, string tag ) : void
pool SWIGTYPE_p_apr_pool_t
tag string
return void
        public static void switch_core_memory_pool_tag(SWIGTYPE_p_apr_pool_t pool, string tag)
        {
            freeswitchPINVOKE.switch_core_memory_pool_tag(SWIGTYPE_p_apr_pool_t.getCPtr(pool), tag);
        }
freeswitch