ImplicitConsumerGrainExtensions.GetImplicitStreamIdentity Method

Definition

Constructs StreamIdentity of the stream that the grain is implicitly subscribed to.

public static Orleans.Streams.StreamIdentity GetImplicitStreamIdentity (this Orleans.IGrainWithGuidCompoundKey grain);
static member GetImplicitStreamIdentity : Orleans.IGrainWithGuidCompoundKey -> Orleans.Streams.StreamIdentity
<Extension()>
Public Function GetImplicitStreamIdentity (grain As IGrainWithGuidCompoundKey) As StreamIdentity

Parameters

grain
IGrainWithGuidCompoundKey

The implicitly subscribed grain.

Returns

The stream identity (key + namespace).

Applies to