StreamSubscription クラス

定義

ストリームへのサブスクリプションを表します。

[Orleans.Concurrency.Immutable]
[System.Serializable]
public class StreamSubscription
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class StreamSubscription
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type StreamSubscription = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type StreamSubscription = class
Public Class StreamSubscription
Public NotInheritable Class StreamSubscription
継承
StreamSubscription
属性

コンストラクター

StreamSubscription(Guid, String, IStreamIdentity, IGrainIdentity)

ストリームへのサブスクリプションを表します。

StreamSubscription(Guid, String, StreamId, GrainId)

StreamSubscription クラスの新しいインスタンスを初期化します。

プロパティ

GrainId

グレイン識別子を取得または設定します。

StreamId

ストリーム識別子を取得または設定します。

StreamProviderName

ストリーム プロバイダーの名前を取得または設定します。

SubscriptionId

サブスクリプション識別子を取得または設定します。

適用対象