C# Class XDMessaging.Transport.WindowsMessaging.XDWinMsgListener

Inheritance: System.Windows.Forms.NativeWindow, IXDListener
Afficher le fichier Open project: TheCodeKing/XDMessaging.Net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RegisterChannel ( string channelName ) : void
UnRegisterChannel ( string channelName ) : void

Méthodes protégées

Méthode Description
WndProc ( Message &msg ) : void

Private Methods

Méthode Description
Dispose ( bool disposeManaged ) : void
GetChannelKey ( string channelName ) : string
XDWinMsgListener ( ISerializer serializer ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegisterChannel() public méthode

public RegisterChannel ( string channelName ) : void
channelName string
Résultat void

UnRegisterChannel() public méthode

public UnRegisterChannel ( string channelName ) : void
channelName string
Résultat void

WndProc() protected méthode

protected WndProc ( Message &msg ) : void
msg System.Windows.Forms.Message
Résultat void