C# Class Bus.InfrastructureMessages.Heartbeating.PeerEndpointDisconnected

Inheritance: IMessage
ファイルを表示 Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
Endpoint IEndpoint
Peer string

Public Methods

Method Description
PeerEndpointDisconnected ( string peer, IEndpoint endpoint ) : Bus.MessageInterfaces

Method Details

PeerEndpointDisconnected() public method

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

Property Details

Endpoint public_oe property

public IEndpoint Endpoint
return IEndpoint

Peer public_oe property

public string Peer
return string