StreamSubscription Class
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.
Represents a subscription to a stream.
[Orleans.Concurrency.Immutable]
[System.Serializable]
public class StreamSubscription
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class StreamSubscription
[<Orleans.Concurrency.Immutable>]
[<System.Serializable>]
type StreamSubscription = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type StreamSubscription = class
Public Class StreamSubscription
Public NotInheritable Class StreamSubscription
- Inheritance
-
StreamSubscription
- Attributes
Constructors
StreamSubscription(Guid, String, IStreamIdentity, IGrainIdentity) | |
StreamSubscription(Guid, String, StreamId, GrainId) |
Initializes a new instance of the StreamSubscription class. |
Properties
GrainId |
Gets or sets the grain identifier. |
StreamId |
Gets or sets the stream identifier. |
StreamProviderName |
Gets or sets the name of the stream provider. |
SubscriptionId |
Gets or sets the subscription identifier. |