| BatchHubApplicationDiscardCurrentRepository Method  | 
            Discards the current repository to release all buffered objects. The next
            access to the Repository property will result in a different
            repository instance.
            
 
Namespace: PDTec.IceNet.Domain.BatchHubAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static void DiscardCurrentRepository()
Remarks
            It is important that objects that were retrieved in the context of the 
            previous repository instance are no longer used.
            
See Also