Esempio n. 1
0
 public void SetLongTermId(StoreLongTermId longTermId)
 {
     throw new NotSupportedException();
 }
 public void SetLongTermId(StoreLongTermId longTermId)
 {
     throw new NotSupportedException("Activities are not supposed to have any long term ID.");
 }
Esempio n. 3
0
 void IMessage.SetLongTermId(StoreLongTermId longTermId)
 {
     throw new NotSupportedException();
 }