FreeSWITCH.Native.freeswitch.switch_event_reserve_subclass_detailed C# (CSharp) Метод

switch_event_reserve_subclass_detailed() публичный статический Метод

public static switch_event_reserve_subclass_detailed ( string owner, string subclass_name ) : switch_status_t
owner string
subclass_name string
Результат switch_status_t
        public static switch_status_t switch_event_reserve_subclass_detailed(string owner, string subclass_name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_reserve_subclass_detailed(owner, subclass_name);
            return ret;
        }
freeswitch