Method | Description | |
---|---|---|
AzureEventStore ( ) : System | ||
AzureEventStore ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System | ||
ClearStore ( ) : void | ||
GetAllEvents ( System.Guid eventSourceId ) : IEnumerable |
Get all events provided by an specified event provider.
|
|
GetAllEventsSinceVersion ( System.Guid eventSourceId, long version ) : IEnumerable |
||
Save ( IEventSource source ) : void |
Save all events from a specific event provider.
|
Method | Description | |
---|---|---|
DeserializeEventEntity ( |
||
GetBlobAddress ( |
||
GetSourceFromStore ( Microsoft.WindowsAzure.StorageClient.TableServiceContext context, System.Guid eventSourceId ) : |
||
InitializeStorage ( ) : void | ||
InsertNewEventSource ( Microsoft.WindowsAzure.StorageClient.TableServiceContext context, IEventSource source ) : |
||
PushEventToStore ( Microsoft.WindowsAzure.StorageClient.TableServiceContext context, System.Guid eventSourceId, IEnumerable |
public AzureEventStore ( Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System | ||
storageAccount | Microsoft.WindowsAzure.CloudStorageAccount | |
return | System |
public GetAllEvents ( System.Guid eventSourceId ) : IEnumerable |
||
eventSourceId | System.Guid | The id of the event source that owns the events. |
return | IEnumerable |
public GetAllEventsSinceVersion ( System.Guid eventSourceId, long version ) : IEnumerable |
||
eventSourceId | System.Guid | |
version | long | |
return | IEnumerable |
public Save ( IEventSource source ) : void | ||
source | IEventSource | The source that should be saved. |
return | void |