C# 클래스 Spring.Objects.Support.StaticPingListener

파일 보기 프로젝트 열기: spring-projects/spring-net

보호된 프로퍼티들

프로퍼티 타입 설명
_ping bool
_pingCount int

공개 메소드들

메소드 설명
OnPing ( object sender, PingEventArgs e ) : bool

메소드 상세

OnPing() 공개 정적인 메소드

public static OnPing ( object sender, PingEventArgs e ) : bool
sender object
e PingEventArgs
리턴 bool

프로퍼티 상세

_ping 보호되어 있는 정적으로 프로퍼티

protected static bool _ping
리턴 bool

_pingCount 보호되어 있는 정적으로 프로퍼티

protected static int _pingCount
리턴 int