Share via


Streamable.RegisterBinaryInputPassiveFromFile Method

Definition

Overloads

RegisterBinaryInputPassiveFromFile<TKey,TPayload>(QueryContainer, String, Boolean, StreamProperties<TKey,TPayload>, String)

Deserialize from binary stream to streamable

RegisterBinaryInputPassiveFromFile<TPayload>(QueryContainer, String, Boolean, StreamProperties<Empty,TPayload>, String)

Deserialize from binary stream to streamable

RegisterBinaryInputPassiveFromFile<TKey,TPayload>(QueryContainer, String, Boolean, StreamProperties<TKey,TPayload>, String)

Deserialize from binary stream to streamable

public static Microsoft.StreamProcessing.IPassiveIngressStreamable<TKey,TPayload> RegisterBinaryInputPassiveFromFile<TKey,TPayload> (this Microsoft.StreamProcessing.QueryContainer container, string fileName, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<TKey,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputPassiveFromFile : Microsoft.StreamProcessing.QueryContainer * string * bool * Microsoft.StreamProcessing.StreamProperties<'Key, 'Payload> * string -> Microsoft.StreamProcessing.IPassiveIngressStreamable<'Key, 'Payload>
<Extension()>
Public Function RegisterBinaryInputPassiveFromFile(Of TKey, TPayload) (container As QueryContainer, fileName As String, 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
fileName
String
readPropertiesFromStream
Boolean
identifier
String

Returns

Applies to

RegisterBinaryInputPassiveFromFile<TPayload>(QueryContainer, String, Boolean, StreamProperties<Empty,TPayload>, String)

Deserialize from binary stream to streamable

public static Microsoft.StreamProcessing.IPassiveIngressStreamable<Microsoft.StreamProcessing.Empty,TPayload> RegisterBinaryInputPassiveFromFile<TPayload> (this Microsoft.StreamProcessing.QueryContainer container, string fileName, bool readPropertiesFromStream = false, Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty,TPayload> inputProperties = null, string identifier = null);
static member RegisterBinaryInputPassiveFromFile : Microsoft.StreamProcessing.QueryContainer * string * bool * Microsoft.StreamProcessing.StreamProperties<Microsoft.StreamProcessing.Empty, 'Payload> * string -> Microsoft.StreamProcessing.IPassiveIngressStreamable<Microsoft.StreamProcessing.Empty, 'Payload>
<Extension()>
Public Function RegisterBinaryInputPassiveFromFile(Of TPayload) (container As QueryContainer, fileName As String, 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
fileName
String
readPropertiesFromStream
Boolean
inputProperties
StreamProperties<Empty,TPayload>
identifier
String

Returns

Applies to