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

switch_core_db_free() public static method

public static switch_core_db_free ( string z ) : void
z string
return void
        public static void switch_core_db_free(string z)
        {
            freeswitchPINVOKE.switch_core_db_free(z);
        }
freeswitch