C# Class FreeSWITCH.Native.EventConsumer

Inheritance: IDisposable
显示文件 Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
EventConsumer ( string event_name, string subclass_name ) : System
bind ( string event_name, string subclass_name ) : int
pop ( int block, int timeout ) : Event

Private Methods

Method Description
EventConsumer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( EventConsumer obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EventConsumer() public method

public EventConsumer ( string event_name, string subclass_name ) : System
event_name string
subclass_name string
return System

bind() public method

public bind ( string event_name, string subclass_name ) : int
event_name string
subclass_name string
return int

pop() public method

public pop ( int block, int timeout ) : Event
block int
timeout int
return Event

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool