Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Abstractions.Interfaces.IServerTransportMonitor 인터페이스 참조

더 자세히 ...

속성

int ConnectedClientCount [get]

이벤트

EventHandler< int >? ConnectedClientCountChanged

상세한 설명

서버형 전송 계층의 접속 클라이언트 모니터링 정보를 제공하는 계약입니다.

IServerTransportMonitor.cs 파일의 13 번째 라인에서 정의되었습니다.

속성 문서화

◆ ConnectedClientCount

int Dreamine.Communication.Abstractions.Interfaces.IServerTransportMonitor.ConnectedClientCount
get

현재 서버에 연결된 클라이언트 수를 가져옵니다.

IServerTransportMonitor.cs 파일의 23 번째 라인에서 정의되었습니다.

23{ get; }

이벤트 문서화

◆ ConnectedClientCountChanged

EventHandler<int>? Dreamine.Communication.Abstractions.Interfaces.IServerTransportMonitor.ConnectedClientCountChanged

서버에 연결된 클라이언트 수가 변경될 때 발생합니다.

IServerTransportMonitor.cs 파일의 33 번째 라인에서 정의되었습니다.


이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: