FreeSWITCH.Native.Event.Event C# (CSharp) Method

Event() public method

public Event ( string type, string subclass_name ) : System
type string
subclass_name string
return System
        public Event(string type, string subclass_name)
            : this(freeswitchPINVOKE.new_Event__SWIG_0(type, subclass_name), true)
        {
        }

Same methods

Event::Event ( IntPtr cPtr, bool cMemoryOwn ) : System
Event::Event ( switch_event wrap_me, int free_me ) : System