CloseTestSessionContext Class
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.
Context passed to a test framework adapter when CloseTestSessionAsync(CloseTestSessionContext) is called.
public sealed class CloseTestSessionContext : Microsoft.Testing.Platform.TestHost.TestSessionContext
type CloseTestSessionContext = class
inherit TestSessionContext
Public NotInheritable Class CloseTestSessionContext
Inherits TestSessionContext
- Inheritance
Properties
| Name | Description |
|---|---|
| CancellationToken |
Gets the cancellation token used to cancel the operation. |
| Client |
Obsolete.
Gets the client information associated with the test session. (Inherited from TestSessionContext) |
| SessionUid |
Gets the unique identifier of the test session. (Inherited from TestSessionContext) |