GrainExtensions.BindGrainReference(IAddressable, IGrainFactory) Method
Definition
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.
Binds the grain reference to the provided IGrainFactory.
public static void BindGrainReference (this Orleans.Runtime.IAddressable grain, Orleans.IGrainFactory grainFactory);
static member BindGrainReference : Orleans.Runtime.IAddressable * Orleans.IGrainFactory -> unit
<Extension()>
Public Sub BindGrainReference (grain As IAddressable, grainFactory As IGrainFactory)
Parameters
- grain
- IAddressable
The grain reference.
- grainFactory
- IGrainFactory
The grain factory.