IClusterClient.GetStreamProviders 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 a collection of all configured IStreamProviders.
public System.Collections.Generic.IEnumerable<Orleans.Streams.IStreamProvider> GetStreamProviders ();
abstract member GetStreamProviders : unit -> seq<Orleans.Streams.IStreamProvider>
Public Function GetStreamProviders () As IEnumerable(Of IStreamProvider)
Returns
A collection of all configured IStreamProviders.