ExtensionContext 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.
A static class that contains functionality for extension context associated with ExecutionContext.
public static class ExtensionContext
type ExtensionContext = class
Public Class ExtensionContext
- Inheritance
-
ExtensionContext
Remarks
This class is intended for internal use only.
Properties
ServiceProvider |
Gets the service provider associated with current context. |
ShutdownToken |
Gets the cancellation token representing extension shutdown. |