IGrainFactory.BindGrainReference(IAddressable) Method

Definition

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.

Applies to