C# Class EvHttpSharp.Interop.EvUserEvent

Inheritance: IDisposable
Datei anzeigen Open project: kekekeks/evhttp-sharp Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
Dispose ( ) : void
EvUserEvent ( EventBase evBase ) : System

Private Methods

Method Description
CallbackNix ( int fd, short events, IntPtr arg ) : void
CallbackWin ( IntPtr fd, short events, IntPtr arg ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EvUserEvent() public method

public EvUserEvent ( EventBase evBase ) : System
evBase EventBase
return System