C# Class EventStore.Core.Messages.ReplicationMessage.GetReplicationStats

Inheritance: EventStore.Core.Messaging.Message
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
Envelope IEnvelope

Public Methods

Method Description
GetReplicationStats ( IEnvelope envelope ) : System

Method Details

GetReplicationStats() public method

public GetReplicationStats ( IEnvelope envelope ) : System
envelope IEnvelope
return System

Property Details

Envelope public_oe property

public IEnvelope Envelope
return IEnvelope