StreamSubscriptionManagerExtensions.TryGetStreamSubscriptionManager 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.
Returns the IStreamSubscriptionManager for the provided stream provider.
public static bool TryGetStreamSubscriptionManager (this Orleans.Streams.IStreamProvider streamProvider, out Orleans.Streams.Core.IStreamSubscriptionManager manager);
static member TryGetStreamSubscriptionManager : Orleans.Streams.IStreamProvider * IStreamSubscriptionManager -> bool
<Extension()>
Public Function TryGetStreamSubscriptionManager (streamProvider As IStreamProvider, ByRef manager As IStreamSubscriptionManager) As Boolean
Parameters
- streamProvider
- IStreamProvider
The stream provider.
- manager
- IStreamSubscriptionManager
The manager.
Returns
true
if the stream subscription manager could be retrieved, false
otherwise.