DataWithSessionUid(String, String, SessionUid) 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.
Initializes a new instance of the DataWithSessionUid class.
protected DataWithSessionUid(string displayName, string? description, Microsoft.Testing.Platform.TestHost.SessionUid sessionUid);
new Microsoft.Testing.Platform.Extensions.Messages.DataWithSessionUid : string * string * Microsoft.Testing.Platform.TestHost.SessionUid -> Microsoft.Testing.Platform.Extensions.Messages.DataWithSessionUid
Protected Sub New (displayName As String, description As String, sessionUid As SessionUid)
Parameters
- displayName
- String
The display name of the data.
- description
- String
The description of the data.
- sessionUid
- SessionUid
The session UID.