共用方式為


ShardedStreamable<TKey,TPayload>.Multicast 方法

定義

分區化資料流程上的多播作業

public Microsoft.StreamProcessing.Sharding.IShardedStreamable<TKey,TPayload> Multicast(Microsoft.StreamProcessing.Sharding.IDestinationDescriptor destination, Microsoft.StreamProcessing.Sharding.ILocationDescriptor newLocation = null);
abstract member Multicast : Microsoft.StreamProcessing.Sharding.IDestinationDescriptor * Microsoft.StreamProcessing.Sharding.ILocationDescriptor -> Microsoft.StreamProcessing.Sharding.IShardedStreamable<'Key, 'Payload>
override this.Multicast : Microsoft.StreamProcessing.Sharding.IDestinationDescriptor * Microsoft.StreamProcessing.Sharding.ILocationDescriptor -> Microsoft.StreamProcessing.Sharding.IShardedStreamable<'Key, 'Payload>
Public Function Multicast (destination As IDestinationDescriptor, Optional newLocation As ILocationDescriptor = null) As IShardedStreamable(Of TKey, TPayload)

參數

destination
IDestinationDescriptor

多播作業的目的地加密

newLocation
ILocationDescriptor

指派選擇性的新位置描述元

傳回

新的分區化可串流後多播

實作

適用於