IntelliTraceThread.CreateThreadChain<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a thread event chain.
public:
generic <typename T>
where T : Microsoft::VisualStudio::IntelliTrace::Chain T CreateThreadChain();
public:
generic <typename T>
where T : Microsoft::VisualStudio::IntelliTrace::Chain T CreateThreadChain();
template <typename T>
where T : Microsoft::VisualStudio::IntelliTrace::Chain T CreateThreadChain();
public T CreateThreadChain<T> () where T : Microsoft.VisualStudio.IntelliTrace.Chain;
member this.CreateThreadChain : unit -> 'T (requires 'T :> Microsoft.VisualStudio.IntelliTrace.Chain)
Public Function CreateThreadChain(Of T As Chain) () As T
Type Parameters
Returns
T
Exceptions
Thrown when no stream exists for the specified IntelliTraceThread.