Пример #1
0
 /// <summary>
 /// Called by descendants to invalidate this subscription
 /// </summary>
 protected void Invalidate(InvalidSubscriptionRequestException error)
 {
     m_InvalidSubscriptionException = error;
 }
Пример #2
0
 /// <summary>
 /// Called by descendants to invalidate this subscription
 /// </summary>
 protected void Invalidate(InvalidSubscriptionRequestException error)
 {
   m_InvalidSubscriptionException = error;
 }