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

switch_event_add_array() public static method

public static switch_event_add_array ( switch_event arg0, string var, string val ) : int
arg0 switch_event
var string
val string
return int
        public static int switch_event_add_array(switch_event arg0, string var, string val)
        {
            int ret = freeswitchPINVOKE.switch_event_add_array(switch_event.getCPtr(arg0), var, val);
            return ret;
        }
freeswitch