메소드 | 설명 | |
---|---|---|
FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System | ||
ReadAllEvents ( |
||
WriteEventsInLargeBatch ( string streamId, IEnumerable |
메소드 | 설명 | |
---|---|---|
PrepareStaging ( IEnumerable |
public FileEventStoreClient ( string serverFolder, EventStoreId storeId, string serverEndpoint = null ) : System | ||
serverFolder | string | |
storeId | EventStoreId | |
serverEndpoint | string | |
리턴 | System |
public ReadAllEvents ( |
||
startOffset | ||
maxRecordCount | int | |
리턴 | IEnumerable |
public WriteEventsInLargeBatch ( string streamId, IEnumerable |
||
streamId | string | |
eventData | IEnumerable |
|
리턴 | void |