Aracılığıyla paylaş


ShardedStreamable<TKey,TPayload>.Multicast Yöntem

Tanım

Parçalı akışla aktarılabilir bir üzerinde çok noktaya yayın işlemi

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)

Parametreler

destination
IDestinationDescriptor

Çok noktaya yayın işlemi için bir hedef desciption

newLocation
ILocationDescriptor

İsteğe bağlı yeni konum tanımlayıcısı atama

Döndürülenler

Yeni parçalı akışla aktarılabilir çok noktaya yayın sonrası

Uygulamalar

Şunlara uygulanır