Example #1
0
 public void Dispose()
 {
     if (m_recipient != null && Marshal.IsComObject(m_recipient))
     {
         Marshal.ReleaseComObject(m_recipient);
     }
     m_recipient = null;
 }
Example #2
0
 internal RWSRecipient(Redemption.SafeRecipient recipient)
 {
     m_recipient = recipient;
 }