CodePackageActivationContext.ConfigurationPackageModified 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 ConfigurationPackageModifiedEvent event.
Raised when a configuration package is modified in the service manifest.
[System.Obsolete("Use ConfigurationPackageModifiedEvent event.")]
public event EventHandler<System.Fabric.PackageModifiedEventArgs<System.Fabric.Description.ConfigurationPackageDescription>> ConfigurationPackageModified;
[<System.Obsolete("Use ConfigurationPackageModifiedEvent event.")>]
member this.ConfigurationPackageModified : EventHandler<System.Fabric.PackageModifiedEventArgs<System.Fabric.Description.ConfigurationPackageDescription>>
Public Event ConfigurationPackageModified As EventHandler(Of PackageModifiedEventArgs(Of ConfigurationPackageDescription))
Event Type
- Attributes
Remarks
Obsolete. Use ConfigurationPackageModifiedEvent 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