JAMS 6.x Help
ReadLogFile Method (IHistorySQL)


Returns a Stream to a History Logfile for a given entry in history.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function ReadLogFile( _
   ByVal jobName As System.String, _
   ByVal ron As System.Integer, _
   ByVal restartCount As System.Integer _
) As System.IO.Stream
'Usage
 
Dim instance As IHistorySQL
Dim jobName As System.String
Dim ron As System.Integer
Dim restartCount As System.Integer
Dim value As System.IO.Stream
 
value = instance.ReadLogFile(jobName, ron, restartCount)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.IO.Stream ReadLogFile( 
   System.string jobName,
   System.int ron,
   System.int restartCount
)

Parameters

jobName
ron
restartCount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IHistorySQL Interface
IHistorySQL Members