DkmGetTaskContinuationFramesAsyncResult(DkmStackWalkFrame[]) Constructor
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.
Creates a new result structure to hold the output from a successful call to DkmAsyncStackWalkContext.GetTaskContinuationFrames.
public:
DkmGetTaskContinuationFramesAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ ContinuationFrames);
public:
DkmGetTaskContinuationFramesAsyncResult(Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ ContinuationFrames);
DkmGetTaskContinuationFramesAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const &> const & ContinuationFrames);
public DkmGetTaskContinuationFramesAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] ContinuationFrames);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetTaskContinuationFramesAsyncResult : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetTaskContinuationFramesAsyncResult
Public Sub New (ContinuationFrames As DkmStackWalkFrame())
Parameters
- ContinuationFrames
- DkmStackWalkFrame[]
[In] The frames that will execute when this task completes.