Aqualogic Interaction API  
 

IPTLogAnalysis.GetCurrentReport Method 

Returns the log report (contained in an IXPPropertyBag) which was produced by calling PerformOperationEx() or PerformOperation on the IPTScheduledOperation interface of the log analysis object. If neither of those methods have been called yet, then this method will return null.

IXPPropertyBag GetCurrentReport();

Return Value

an IXPPropertyBag containing the current log report

See Also

IPTLogAnalysis Interface | com.plumtree.server Namespace