IStreamSubscriptionManager インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストリーム サブスクリプションを管理するための機能。
public interface IStreamSubscriptionManager
type IStreamSubscriptionManager = interface
Public Interface IStreamSubscriptionManager
メソッド
AddSubscription(String, IStreamIdentity, GrainReference) |
ストリーム サブスクリプションを管理するための機能。 |
AddSubscription(String, StreamId, GrainReference) |
指定したグレインをストリームにサブスクライブします。 |
GetSubscriptions(String, IStreamIdentity) |
ストリーム サブスクリプションを管理するための機能。 |
GetSubscriptions(String, StreamId) |
ストリームのサブスクリプションを取得します。 |
RemoveSubscription(String, IStreamIdentity, Guid) |
ストリーム サブスクリプションを管理するための機能。 |
RemoveSubscription(String, StreamId, Guid) |
ストリームからグレインの登録を解除します。 |