ExtensionEventCallbackCollection 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.

Collection of event callbacks - endpoints called when particular extension events occur.

C#
[System.Runtime.Serialization.DataContract]
public class ExtensionEventCallbackCollection
Inheritance
ExtensionEventCallbackCollection
Attributes

Constructors

Properties

PostDisable

Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension disable has occurred.

PostEnable

Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension enable has occurred.

PostInstall

Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension install has completed.

PostUninstall

Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension uninstall has occurred.

PostUpdate

Optional. Defines an endpoint that gets called via a POST reqeust to notify that an extension update has occurred.

PreInstall

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.

VersionCheck

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

Applies to

Prodotto Versioni
Azure DevOps Services .NET SDK preview, latest