ExtensionEventCallbackCollection Class
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.
Collection of event callbacks - endpoints called when particular extension events occur.
[System.Runtime.Serialization.DataContract]
public class ExtensionEventCallbackCollection
type ExtensionEventCallbackCollection = class
Public Class ExtensionEventCallbackCollection
- Inheritance
-
ExtensionEventCallbackCollection
- Attributes
Post |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension disable has occurred. |
Post |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension enable has occurred. |
Post |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install has completed. |
Post |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension uninstall has occurred. |
Post |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension update has occurred. |
Pre |
Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install is about to occur. Response indicates whether to proceed or abort. |
Version |
For multi-version extensions, defines an endpoint that gets called via an OPTIONS request to determine the particular version of the extension to be used |
Prodotto | Versioni |
---|---|
Azure DevOps Services .NET SDK | preview, latest |