ImplicitConsumerGrainExtensions.GetImplicitStreamIdentity 方法

定义

StreamIdentity隐式订阅粒度的流的构造。

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

参数

grain
IGrainWithGuidCompoundKey

隐式订阅粒度。

返回

流标识 (键 + 命名空间) 。

适用于