ImplicitConsumerGrainExtensions.GetImplicitStreamIdentity 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.
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
The implicitly subscribed grain.
Returns
The stream identity (key + namespace).