ResolvedNotifyPointEvent Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the ResolvedNotifyPointEvent class.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Sub New ( _
    process As TraceProcess, _
    notifyPointEvent As NotifyPointEvent _
)
'Usage
Dim process As TraceProcess
Dim notifyPointEvent As NotifyPointEvent

Dim instance As New ResolvedNotifyPointEvent(process, _
    notifyPointEvent)
public ResolvedNotifyPointEvent(
    TraceProcess process,
    NotifyPointEvent notifyPointEvent
)
public:
ResolvedNotifyPointEvent(
    TraceProcess^ process, 
    NotifyPointEvent^ notifyPointEvent
)
new : 
        process:TraceProcess * 
        notifyPointEvent:NotifyPointEvent -> ResolvedNotifyPointEvent
public function ResolvedNotifyPointEvent(
    process : TraceProcess, 
    notifyPointEvent : NotifyPointEvent
)

Parameters

Remarks

Throws a ArgumentNullException if either parameter is null.

.NET Framework Security

See Also

Reference

ResolvedNotifyPointEvent Class

ResolvedNotifyPointEvent Members

Microsoft.VisualStudio.TraceLog Namespace