Skip to content

StreamSubscriptionManagerExtensions.TryGetStreamSubscriptionManager(IStreamProvider, IStreamSubscriptionManager)

TryGetStreamSubscriptionManager(IStreamProvider, IStreamSubscriptionManager)

staticextension
View source
public static bool TryGetStreamSubscriptionManager(this IStreamProvider streamProvider, out IStreamSubscriptionManager manager)
Returns the IStreamSubscriptionManager for the provided stream provider.

Parameters

streamProviderIStreamProvider
The stream provider.
managerIStreamSubscriptionManager
The manager.

Returns

true if the stream subscription manager could be retrieved, false otherwise.