IStreamSubscriptionManagerAdmin.GetStreamSubscriptionManager(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.