StreamIdentity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
串流識別包含用來唯一識別資料流程的公用資料流資訊。 資料流程識別每個資料流程提供者都是唯一的。
[System.Serializable]
public class StreamIdentity : Orleans.Streams.IStreamIdentity
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class StreamIdentity : Orleans.Streams.IStreamIdentity
[<System.Serializable>]
type StreamIdentity = class
interface IStreamIdentity
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type StreamIdentity = class
interface IStreamIdentity
Public Class StreamIdentity
Implements IStreamIdentity
Public NotInheritable Class StreamIdentity
Implements IStreamIdentity
- 繼承
-
StreamIdentity
- 屬性
- 實作
備註
請改為盡可能使用 StreamId 。
建構函式
StreamIdentity(Guid, String) |
初始化 StreamIdentity 類別的新執行個體。 |
屬性
Guid |
取得資料流程識別碼。 |
Namespace |
取得資料流程命名空間。 |
方法
Equals(Object) |
串流識別包含用來唯一識別資料流程的公用資料流資訊。 資料流程識別每個資料流程提供者都是唯一的。 |
GetHashCode() |
串流識別包含用來唯一識別資料流程的公用資料流資訊。 資料流程識別每個資料流程提供者都是唯一的。 |