Bus.InfrastructureMessages.SynchronizeWithBrokerCommand.SynchronizeWithBrokerCommand C# (CSharp) Method

SynchronizeWithBrokerCommand() public method

public SynchronizeWithBrokerCommand ( PeerId peerName ) : Bus.MessageInterfaces
peerName PeerId
return Bus.MessageInterfaces
        public SynchronizeWithBrokerCommand(PeerId peerName)
        {
            PeerName = peerName;
        }
SynchronizeWithBrokerCommand