C# Class Tests.Tx.Network.ReceiveTxSyslog

Inheritance: IDisposable
Mostra file Open project: Reactive-Extensions/Tx Class Usage Examples

Public Properties

Property Type Description
Counter int

Public Methods

Method Description
Dispose ( ) : void
ObserveTx ( ) : IObservable
ReceiveTxSyslog ( IPEndPoint listener, uint receivercount ) : System
RunCount ( ) : IDisposable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ObserveTx() public method

public ObserveTx ( ) : IObservable
return IObservable

ReceiveTxSyslog() public method

public ReceiveTxSyslog ( IPEndPoint listener, uint receivercount ) : System
listener System.Net.IPEndPoint
receivercount uint
return System

RunCount() public method

public RunCount ( ) : IDisposable
return IDisposable

Property Details

Counter public_oe property

public int Counter
return int