C# Class FreeSWITCH.Native.EventConsumer

Inheritance: IDisposable
Afficher le fichier Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
EventConsumer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( EventConsumer obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventConsumer() public méthode

public EventConsumer ( string event_name, string subclass_name ) : System
event_name string
subclass_name string
Résultat System

bind() public méthode

public bind ( string event_name, string subclass_name ) : int
event_name string
subclass_name string
Résultat int

pop() public méthode

public pop ( int block, int timeout ) : Event
block int
timeout int
Résultat Event

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool