Adaptive.ReactiveTrader.EventStore.ExternalEventStore.ExternalEventStore C# (CSharp) Метод

ExternalEventStore() публичный Метод

public ExternalEventStore ( Uri uri ) : System
uri System.Uri
Результат System
        public ExternalEventStore(Uri uri)
        {
            Connection = EventStoreConnection.Create(EventStoreConnectionSettings.Default, uri).Result;
        }
ExternalEventStore