IGrainActivator
interface
Namespace: Orleans.Runtime
Creates a grain instance for a given grain context.
public interface IGrainActivatorMethods
CreateInstance(IGrainContext)Returns a new grain instance for the provided grain context.DisposeInstance(IGrainContext, object)Disposes the provided grain instance which is associated with the provided grain context.
