C# Class XDMessaging.Transport.IOStream.XDIOStreamListener

Inheritance: IXDListener
Show file Open project: TheCodeKing/XDMessaging.Net

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposeManaged ) : void
EnsureWatcher ( string channelName ) : FileSystemWatcher
OnMessageReceived ( object sender, FileSystemEventArgs e ) : void
ProcessMessage ( string fullPath ) : void
XDIOStreamListener ( 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