FreeSWITCH.Native.freeswitch.switch_ivr_soft_hold C# (CSharp) 메소드

switch_ivr_soft_hold() 공개 정적인 메소드

public static switch_ivr_soft_hold ( SWIGTYPE_p_switch_core_session session, string unhold_key, string moh_a, string moh_b ) : switch_status_t
session SWIGTYPE_p_switch_core_session
unhold_key string
moh_a string
moh_b string
리턴 switch_status_t
        public static switch_status_t switch_ivr_soft_hold(SWIGTYPE_p_switch_core_session session, string unhold_key, string moh_a, string moh_b)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_soft_hold(SWIGTYPE_p_switch_core_session.getCPtr(session), unhold_key, moh_a, moh_b);
            return ret;
        }
freeswitch