GetStreamProvider(IGrainBase, string)
staticextension
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.
