IGrainExtensionBinder
interface
Namespace: Orleans.Runtime
Functionality for accessing or installing an extension on a grain.
public interface IGrainExtensionBinderMethods
GetExtensionReturns the grain extension registered for the providedTExtensionInterface.GetOrSetExtension(Func<TExtension>)Binds an extension to an addressable object, if not already done.
