CodePackageActivationContext.ConfigurationPackageRemoved Event
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.
Caution
Use ConfigurationPackageRemovedEvent event.
Raised when a configuration package is removed from the service manifest.
[System.Obsolete("Use ConfigurationPackageRemovedEvent event.")]
public event EventHandler<System.Fabric.PackageRemovedEventArgs<System.Fabric.Description.ConfigurationPackageDescription>> ConfigurationPackageRemoved;
[<System.Obsolete("Use ConfigurationPackageRemovedEvent event.")>]
member this.ConfigurationPackageRemoved : EventHandler<System.Fabric.PackageRemovedEventArgs<System.Fabric.Description.ConfigurationPackageDescription>>
Public Event ConfigurationPackageRemoved As EventHandler(Of PackageRemovedEventArgs(Of ConfigurationPackageDescription))
Event Type
- Attributes
Remarks
Obsolete. Use ConfigurationPackageRemovedEvent instead.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET