Exemplo n.º 1
0
 private static string ToMessage(System.Runtime.DurableInstancing.InstanceKey instanceKey)
 {
     if ((instanceKey != null) && instanceKey.IsValid)
     {
         return(SRCore.KeyCompleteSpecific(instanceKey.Value));
     }
     return(SRCore.KeyCompleteDefault);
 }
Exemplo n.º 2
0
 static string ToMessage(InstanceKey instanceKey)
 {
     if (instanceKey != null && instanceKey.IsValid)
     {
         return(SRCore.KeyCompleteSpecific(instanceKey.Value));
     }
     return(SRCore.KeyCompleteDefault);
 }