PackageRemovedEventArgs<T> 类
定义
Describes a package removed event.
public class PackageRemovedEventArgs<T>
类型参数
- T
Type of the package being described. See CodePackage, ConfigurationPackage and DataPackage. Also see getCodePackageRemovedEvent(), getConfigurationPackageRemovedEvent() and getDataPackageRemovedEvent().
- 继承
-
java.lang.ObjectPackageRemovedEventArgs<T>
构造函数
PackageRemovedEventArgs(T pkg) |
Creates a new instance of the system.fabric.PackageRemovedEventArgs class. |
方法
getPackage() |
Gets the code, data, or configuration package that was removed from the Service Manifest. |
setPackage(T pkg) |
Sets the code, data, or configuration package that was removed from the Service Manifest. |