Grain.GrainFactory Property

Definition

Gets an object which can be used to access other grains. Null if this grain is not associated with a Runtime, such as when created directly for unit testing.

protected Orleans.IGrainFactory GrainFactory { get; }
member this.GrainFactory : Orleans.IGrainFactory
Protected ReadOnly Property GrainFactory As IGrainFactory

Property Value

Applies to