C# 클래스 Bus.InfrastructureMessages.Heartbeating.PeerEndpointDisconnected

상속: IMessage
파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 프로퍼티들

프로퍼티 타입 설명
Endpoint IEndpoint
Peer string

공개 메소드들

메소드 설명
PeerEndpointDisconnected ( string peer, IEndpoint endpoint ) : Bus.MessageInterfaces

메소드 상세

PeerEndpointDisconnected() 공개 메소드

public PeerEndpointDisconnected ( string peer, IEndpoint endpoint ) : Bus.MessageInterfaces
peer string
endpoint IEndpoint
리턴 Bus.MessageInterfaces

프로퍼티 상세

Endpoint 공개적으로 프로퍼티

public IEndpoint Endpoint
리턴 IEndpoint

Peer 공개적으로 프로퍼티

public string Peer
리턴 string