예제 #1
0
 /// <summary>
 /// This function is called every second by the timer object of the
 /// connection factory. It is used to cleanup the caches.
 /// </summary>
 public override void OnCleanup()
 {
     internalConnection.OnCleanup();
     contentInterfaceVal.OnCleanup();
 }