Exemple #1
0
 /// <summary>
 /// Ejects any cached version of the object built by this Instance
 /// and removes the configured Instance completely from this Container
 /// </summary>
 public void EjectAndRemove()
 {
     _family.EjectAndRemove(_instance);
 }