Skip to content

GrainStreamingExtensions.GetStreamProvider(IGrainBase, string)

GetStreamProvider(IGrainBase, string)

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

Parameters

grainIGrainBase
The grain.
namestring
The provider name.

Returns

The stream provider.