CQRSalad.EventStore.MongoDB.EventStoreSettings.EventStoreSettings C# (CSharp) Method

EventStoreSettings() public method

public EventStoreSettings ( string streamsCollectionName )
streamsCollectionName string
        public EventStoreSettings(string streamsCollectionName)
        {
            StreamsesCollectionName = streamsCollectionName;
        }