StreamChain.AppendEvent Method
Appends an IntelliTraceEvent to a stream.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Overrides Function AppendEvent ( _
chainEvent As IntelliTraceEvent _
) As EventToken
public override EventToken AppendEvent(
IntelliTraceEvent chainEvent
)
public:
virtual EventToken AppendEvent(
IntelliTraceEvent^ chainEvent
) override
abstract AppendEvent :
chainEvent:IntelliTraceEvent -> EventToken
override AppendEvent :
chainEvent:IntelliTraceEvent -> EventToken
public override function AppendEvent(
chainEvent : IntelliTraceEvent
) : EventToken
Parameters
- chainEvent
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
The event to append.
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token for this event in the chain.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.