Aracılığıyla paylaş


Streamable.RegisterBinaryInputPassive Yöntem

Tanım

Aşırı Yüklemeler

RegisterBinaryInputPassive<TKey,TPayload>(QueryContainer, Stream, Boolean, StreamProperties<TKey,TPayload>, String)

İkili akıştan streamable'a seri durumdan çıkarma

public static Microsoft.StreamProcessing.IPassiveIngressStreamable<TKey,TPayload> RegisterBinaryInputPassive<TKey,TPayload>(this Microsoft.StreamProcessing.QueryContainer container, System.IO.Stream binaryStream, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<TKey,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputPassive : Microsoft.StreamProcessing.QueryContainer * System.IO.Stream * bool * Microsoft.StreamProcessing.StreamProperties<'Key, 'Payload> * string -> Microsoft.StreamProcessing.IPassiveIngressStreamable<'Key, 'Payload>
<Extension()>
Public Function RegisterBinaryInputPassive(Of TKey, TPayload) (container As QueryContainer, binaryStream As Stream, Optional readPropertiesFromStream As Boolean = false, Optional inputProperties As StreamProperties(Of TKey, TPayload) = null, Optional identifier As String = null) As IPassiveIngressStreamable(Of TKey, TPayload)

Tür Parametreleri

TKey
TPayload

Parametreler

container
QueryContainer
binaryStream
Stream
readPropertiesFromStream
Boolean
identifier
String

Döndürülenler

Şunlara uygulanır

RegisterBinaryInputPassive<TPayload>(QueryContainer, Stream, Boolean, StreamProperties<Empty,TPayload>, String)

İkili akıştan streamable'a seri durumdan çıkarma

public static Microsoft.StreamProcessing.IPassiveIngressStreamable<Microsoft.StreamProcessing.Empty,TPayload> RegisterBinaryInputPassive<TPayload>(this Microsoft.StreamProcessing.QueryContainer container, System.IO.Stream binaryStream, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputPassive : Microsoft.StreamProcessing.QueryContainer * System.IO.Stream * bool * Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty, 'Payload> * string -> Microsoft.StreamProcessing.IPassiveIngressStreamable<Microsoft.StreamProcessing.Empty, 'Payload>
<Extension()>
Public Function RegisterBinaryInputPassive(Of TPayload) (container As QueryContainer, binaryStream As Stream, Optional readPropertiesFromStream As Boolean = false, Optional inputProperties As StreamProperties(Of Empty, TPayload) = null, Optional identifier As String = null) As IPassiveIngressStreamable(Of Empty, TPayload)

Tür Parametreleri

TPayload

Parametreler

container
QueryContainer
binaryStream
Stream
readPropertiesFromStream
Boolean
inputProperties
StreamProperties<Empty,TPayload>
identifier
String

Döndürülenler

Şunlara uygulanır