Düzenle

Aracılığıyla paylaş


StreamSubscription Class

Definition

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.

Applies to