FabricCodePackageActivationContext.getConfigurationPackageAddedEvent 方法
定义
ConfigurationPackageAddedEvent should be used to register listeners to listen to the events that are generated on adding new Config package to service manifest.
public Observable<PackageAddedEventArgs<ConfigurationPackage>> getConfigurationPackageAddedEvent()
返回
Getter for the ConfigurationPackageAddedEvent Observable<T>.
- 替代