C# Class Spring.Objects.Support.StaticPingListener

Afficher le fichier Open project: spring-projects/spring-net

Protected Properties

Свойство Type Description
_ping bool
_pingCount int

Méthodes publiques

Méthode Description
OnPing ( object sender, PingEventArgs e ) : bool

Method Details

OnPing() public static méthode

public static OnPing ( object sender, PingEventArgs e ) : bool
sender object
e PingEventArgs
Résultat bool

Property Details

_ping protected_oe static_oe property

protected static bool _ping
Résultat bool

_pingCount protected_oe static_oe property

protected static int _pingCount
Résultat int