Szerkesztés

Megosztás a következőn keresztül:


IStreamSubscriptionManagerAdmin.GetStreamSubscriptionManager(String) Method

Definition

Gets the stream subscription manager.

public Orleans.Streams.Core.IStreamSubscriptionManager GetStreamSubscriptionManager (string managerType);
abstract member GetStreamSubscriptionManager : string -> Orleans.Streams.Core.IStreamSubscriptionManager
Public Function GetStreamSubscriptionManager (managerType As String) As IStreamSubscriptionManager

Parameters

managerType
String

Type of the manager.

Returns

The IStreamSubscriptionManager.

Applies to