C# Class Bus.Transport.Network.ServicePeerShadowInformation

Show file Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
IsPersistenceProvider bool
ServicePeer ServicePeer

Public Methods

Method Description
ServicePeerShadowInformation ( ServicePeer servicePeer, bool isPersistenceProvider ) : System

Method Details

ServicePeerShadowInformation() public method

public ServicePeerShadowInformation ( ServicePeer servicePeer, bool isPersistenceProvider ) : System
servicePeer ServicePeer
isPersistenceProvider bool
return System

Property Details

IsPersistenceProvider public property

public bool IsPersistenceProvider
return bool

ServicePeer public property

public ServicePeer ServicePeer
return ServicePeer