IGrainFactory.BindGrainReference(IAddressable) 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 provided grain reference to this instance.
public void BindGrainReference (Orleans.Runtime.IAddressable grain);
abstract member BindGrainReference : Orleans.Runtime.IAddressable -> unit
Public Sub BindGrainReference (grain As IAddressable)
Parameters
- grain
- IAddressable
The grain reference.