C# Class XDMessaging.Transport.WindowsMessaging.XDWinMsgListener

Inheritance: System.Windows.Forms.NativeWindow, IXDListener
Exibir arquivo Open project: TheCodeKing/XDMessaging.Net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RegisterChannel ( string channelName ) : void
UnRegisterChannel ( string channelName ) : void

Protected Methods

Method Description
WndProc ( Message &msg ) : void

Private Methods

Method Description
Dispose ( bool disposeManaged ) : void
GetChannelKey ( string channelName ) : string
XDWinMsgListener ( ISerializer serializer ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RegisterChannel() public method

public RegisterChannel ( string channelName ) : void
channelName string
return void

UnRegisterChannel() public method

public UnRegisterChannel ( string channelName ) : void
channelName string
return void

WndProc() protected method

protected WndProc ( Message &msg ) : void
msg System.Windows.Forms.Message
return void