TestNodeUpdateMessage(SessionUid, TestNode, TestNodeUid) 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.
A message representing a test node update.
public TestNodeUpdateMessage(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid, Microsoft.Testing.Platform.Extensions.Messages.TestNode testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid? parentTestNodeUid = default);
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage : Microsoft.Testing.Platform.TestHost.SessionUid * Microsoft.Testing.Platform.Extensions.Messages.TestNode * Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage
Public Sub New (sessionUid As SessionUid, testNode As TestNode, Optional parentTestNodeUid As TestNodeUid = Nothing)
Parameters
- sessionUid
- SessionUid
The session UID.
- testNode
- TestNode
The test node.
- parentTestNodeUid
- TestNodeUid
The test node parent UID.