C# Class Platform.StreamStorage.Azure.AzureEventStoreManager

Event store based Windows Azure Blob Storage. See documentation of the IEventStoreManager.
Inheritance: IEventStoreManager
Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Méthode Description
AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
Dispose ( ) : void
ResetAllStores ( ) : void

Method Details

AppendEventsToStore() public méthode

public AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
storeId EventStoreId
streamId string
eventData IEnumerable
Résultat void

AzureEventStoreManager() public méthode

public AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
config AzureStoreConfiguration
Résultat System.Collections.Generic

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ResetAllStores() public méthode

public ResetAllStores ( ) : void
Résultat void