Edit

GrainFactoryExtensions Class

Definition

public static class GrainFactoryExtensions
type GrainFactoryExtensions = class
Public Module GrainFactoryExtensions
Inheritance
GrainFactoryExtensions

Methods

Name Description
GetGrain<TGrainInterface>(IGrainFactory, IdSpan, String)

Returns a reference for the provided grain id which implements the specified interface type.

GetGrain<TGrainInterface>(IGrainFactory, IdSpan)

Returns a reference for the provided grain id which implements the specified interface type.

Applies to