GrainTypeSharedContext Class
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 which is shared between all instances of a grain type.
public class GrainTypeSharedContext
type GrainTypeSharedContext = class
Public Class GrainTypeSharedContext
- Inheritance
-
GrainTypeSharedContext
Collection |
Gets the duration after which idle grains are eligible for collection. |
Grain |
Gets the grain reference activator. |
Grain |
Gets the grain instance type name, if available. |
Logger |
Gets the logger. |
Max |
Gets the maximum amount of time we expect a request to continue processing before it is considered hung. |
Max |
Gets the maximum amount of time we expect a request to continue processing before a warning may be logged. |
Messaging |
Gets the silo messaging options. |
Placement |
Gets the placement strategy used by grains of this type. |
Runtime |
Gets the grain runtime. |
Scheduling |
Gets the scheduling options. |
Serializer |
Gets the serializer session pool. |
Get |
Gets a component. |
On |
Called on creation of an activation. |
On |
Called when an activation is disposed. |
Set |
Registers a component. |