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

switch_event_set_priority() public static method

public static switch_event_set_priority ( switch_event arg0, switch_priority_t priority ) : switch_status_t
arg0 switch_event
priority switch_priority_t
return switch_status_t
        public static switch_status_t switch_event_set_priority(switch_event arg0, switch_priority_t priority)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_set_priority(switch_event.getCPtr(arg0), (int)priority);
            return ret;
        }
freeswitch