IGrainExtensionBinder Interface
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.
Functionality for accessing or installing an extension on a grain.
public interface IGrainExtensionBinder
type IGrainExtensionBinder = interface
Public Interface IGrainExtensionBinder
- Derived
Methods
GetExtension<TExtensionInterface>() |
Returns the grain extension registered for the provided |
GetOrSetExtension<TExtension,TExtensionInterface>(Func<TExtension>) |
Binds an extension to an addressable object, if not already done. |