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

switch_core_management_exec() public static method

public static switch_core_management_exec ( string relative_oid, switch_management_action_t action, string data, SWIGTYPE_p_switch_size_t datalen ) : switch_status_t
relative_oid string
action switch_management_action_t
data string
datalen SWIGTYPE_p_switch_size_t
return switch_status_t
        public static switch_status_t switch_core_management_exec(string relative_oid, switch_management_action_t action, string data, SWIGTYPE_p_switch_size_t datalen)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_management_exec(relative_oid, (int)action, data, SWIGTYPE_p_switch_size_t.getCPtr(datalen));
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch