C# 클래스 Platform.StreamStorage.Azure.AzureEventStoreManager

Event store based Windows Azure Blob Storage. See documentation of the IEventStoreManager.
상속: IEventStoreManager
파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 메소드들

메소드 설명
AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
Dispose ( ) : void
ResetAllStores ( ) : void

메소드 상세

AppendEventsToStore() 공개 메소드

public AppendEventsToStore ( EventStoreId storeId, string streamId, IEnumerable eventData ) : void
storeId EventStoreId
streamId string
eventData IEnumerable
리턴 void

AzureEventStoreManager() 공개 메소드

public AzureEventStoreManager ( AzureStoreConfiguration config ) : System.Collections.Generic
config AzureStoreConfiguration
리턴 System.Collections.Generic

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ResetAllStores() 공개 메소드

public ResetAllStores ( ) : void
리턴 void