Orleans.ApplicationParts Namespace
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.
Classes
ApplicationPartManager |
Manages the parts and features of an Orleans application. |
AssemblyAttributeFeatureProvider<TFeature> |
Populates a feature using assembly-level attributes which implement IFeaturePopulator<TFeature>. |
AssemblyPart |
An IApplicationPart backed by an Assembly. |
Interfaces
IApplicationFeatureProvider |
Marker interface for IApplicationFeatureProvider implementations. |
IApplicationFeatureProvider<TFeature> |
A provider for a given |
IApplicationPart |
A part of an Orleans application. |
IApplicationPartManager |
Builder for configuring application parts. |
IApplicationPartManagerWithAssemblies |
Represents an IApplicationPartManager scoped to a set of included assembly parts. |