Share via


Streamable.RegisterBinaryInputPassive Method

Definition

Overloads

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

Deserialize from binary stream to streamable

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

Deserialize from binary stream to streamable

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

Deserialize from binary stream to streamable

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)

Type Parameters

TKey
TPayload

Parameters

container
QueryContainer
binaryStream
Stream
readPropertiesFromStream
Boolean
identifier
String

Returns

Applies to

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

Deserialize from binary stream to streamable

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)

Type Parameters

TPayload

Parameters

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

Returns

Applies to