StreamSubscription.StreamProviderName Property
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 or sets the name of the stream provider.
public string StreamProviderName { get; set; }
[Orleans.Id(1)]
public string StreamProviderName { get; }
member this.StreamProviderName : string with get, set
[<Orleans.Id(1)>]
member this.StreamProviderName : string
Public Property StreamProviderName As String
Public ReadOnly Property StreamProviderName As String
Property Value
The name of the stream provider.
- Attributes