Example #1
0
 public static string GetRowKey(EventEntity eventEntity, DateTime time)
 {
     return(GetRowKey(eventEntity.RowKey, time));
 }
Example #2
0
 public MessageEntity(EventEntity eventEntity, DateTime time, string contents)
     : this(eventEntity.RowKey, time, contents)
 {
 }