C# Class PureCat.Message.Spi.Internals.DefaultMessageStatistics

Inheritance: IMessageStatistics
Mostrar archivo Open project: chinaboard/PureCat

Public Methods

Method Description
OnBytes ( int size ) : void
OnOverflowed ( ) : void
OnSending ( ) : void
Reset ( ) : void

Method Details

OnBytes() public method

public OnBytes ( int size ) : void
size int
return void

OnOverflowed() public method

public OnOverflowed ( ) : void
return void

OnSending() public method

public OnSending ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void