ClientStreamingExtensions.GetStreamProvider(IClusterClient, 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 provider with the specified name
.
public static Orleans.Streams.IStreamProvider GetStreamProvider (this Orleans.IClusterClient client, string name);
static member GetStreamProvider : Orleans.IClusterClient * string -> Orleans.Streams.IStreamProvider
<Extension()>
Public Function GetStreamProvider (client As IClusterClient, name As String) As IStreamProvider
Parameters
- client
- IClusterClient
The client.
- name
- String
The provider name.
Returns
The stream provider.