Skip to content

ClientStreamingExtensions Methods

Extension methods for accessing stream providers from a client.

GetStreamProvider(IClusterClient, string)

staticextension
View source
public static IStreamProvider GetStreamProvider(this IClusterClient client, string name)
Gets the stream provider with the specified name.

Parameters

clientIClusterClient
The client.
namestring
The provider name.

Returns

The stream provider.