Method | Description | |
---|---|---|
ActivityStore ( ISession session, ISerializer serializer ) : System | ||
Delete ( byte streamId, long timestamp ) : void | ||
LoadStream ( byte streamId, ActivityStreamOptions options ) : IEnumerable |
||
Save ( Activity activity ) : void |
Method | Description | |
---|---|---|
SerializeActivity ( Activity activity ) : byte[] |
public ActivityStore ( ISession session, ISerializer serializer ) : System | ||
session | ISession | |
serializer | ISerializer | |
return | System |
public Delete ( byte streamId, long timestamp ) : void | ||
streamId | byte | |
timestamp | long | |
return | void |
public LoadStream ( byte streamId, ActivityStreamOptions options ) : IEnumerable |
||
streamId | byte | |
options | ActivityStreamOptions | |
return | IEnumerable |