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

getGlobalVariable() public static method

public static getGlobalVariable ( string var_name ) : string
var_name string
return string
        public static string getGlobalVariable(string var_name)
        {
            string ret = freeswitchPINVOKE.getGlobalVariable(var_name);
            return ret;
        }
freeswitch