다음을 통해 공유


StreamSubscriptionHandlerFactory 생성자

정의

오버로드

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

StreamSubscriptionHandlerFactory 클래스의 새 인스턴스를 초기화합니다.

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)
StreamSubscriptionHandlerFactory(IStreamProviderManager, IStreamIdentity, String, GuidId)

StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

StreamSubscriptionHandlerFactory 클래스의 새 인스턴스를 초기화합니다.

public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProvider streamProvider, Orleans.Runtime.StreamId streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProvider * Orleans.Runtime.StreamId * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (streamProvider As IStreamProvider, streamId As StreamId, providerName As String, subscriptionId As GuidId)

매개 변수

streamProvider
IStreamProvider

스트림 공급자입니다.

streamId
StreamId

스트림 ID입니다.

providerName
String

스트림 공급자 이름입니다.

subscriptionId
GuidId

구독 ID입니다.

적용 대상

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)

Source:
StreamSubsriptionHandlerFactory.cs
public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProvider streamProvider, Orleans.Streams.IStreamIdentity streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProvider * Orleans.Streams.IStreamIdentity * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (streamProvider As IStreamProvider, streamId As IStreamIdentity, providerName As String, subscriptionId As GuidId)

매개 변수

streamProvider
IStreamProvider
streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

적용 대상

StreamSubscriptionHandlerFactory(IStreamProviderManager, IStreamIdentity, String, GuidId)

public StreamSubscriptionHandlerFactory (Orleans.Streams.IStreamProviderManager manager, Orleans.Streams.IStreamIdentity streamId, string providerName, Orleans.Runtime.GuidId subscriptionId);
new Orleans.Streams.StreamSubscriptionHandlerFactory : Orleans.Streams.IStreamProviderManager * Orleans.Streams.IStreamIdentity * string * Orleans.Runtime.GuidId -> Orleans.Streams.StreamSubscriptionHandlerFactory
Public Sub New (manager As IStreamProviderManager, streamId As IStreamIdentity, providerName As String, subscriptionId As GuidId)

매개 변수

streamId
IStreamIdentity
providerName
String
subscriptionId
GuidId

적용 대상