JAMS Developer Guide
JAMSTrackingRecord Constructor(Guid,String,TraceLevel)


MVPSI.JAMS.Activities Namespace > JAMSTrackingRecord Class > JAMSTrackingRecord Constructor : JAMSTrackingRecord Constructor(Guid,String,TraceLevel)
Creates a JAMSTrackingRecord with the specified instance ID, name and trace level.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceId As System.Guid, _
   ByVal name As System.String, _
   ByVal traceLevel As System.Diagnostics.TraceLevel _
)
'Usage
 
Dim instanceId As System.Guid
Dim name As System.String
Dim traceLevel As System.Diagnostics.TraceLevel
 
Dim instance As New JAMSTrackingRecord(instanceId, name, traceLevel)
public JAMSTrackingRecord( 
   System.Guid instanceId,
   System.string name,
   System.Diagnostics.TraceLevel traceLevel
)

Parameters

instanceId
name
traceLevel
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

JAMSTrackingRecord Class
JAMSTrackingRecord Members
Overload List