protected RFCatalogKey GenerateStateKey(string name)
 {
     return(KeyDomain.CreateDocumentKey(name, null, ProcessName, "state"));
 }
Esempio n. 2
0
 /// <summary>
 /// System will be supplying heartbeats on this key.
 /// </summary>
 public RFCatalogKey IntervalDocumentKey()
 {
     return(KeyDomain.CreateSystemKey(RFPlane.Ephemeral, "interval", null));
 }