IGrainReferenceActivatorProvider 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 getting the appropriate IGrainReferenceActivator for a given GrainType and GrainInterfaceType.
public interface IGrainReferenceActivatorProvider
type IGrainReferenceActivatorProvider = interface
Public Interface IGrainReferenceActivatorProvider
Methods
TryGet(GrainType, GrainInterfaceType, IGrainReferenceActivator) |
Gets a grain reference activator for the provided arguments. |