Properties.GetProperties<TKey,TPayload> Method

Definition

Sets the out parameter (properties) to the current properties of the stream

public static Microsoft.StreamProcessing.IStreamable<TKey,TPayload> GetProperties<TKey,TPayload> (this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source, out Microsoft.StreamProcessing.StreamProperties<TKey,TPayload> currentProperties);
static member GetProperties : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> *  -> Microsoft.StreamProcessing.IStreamable<'Key, 'Payload>
<Extension()>
Public Function GetProperties(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload), ByRef currentProperties As StreamProperties(Of TKey, TPayload)) As IStreamable(Of TKey, TPayload)

Type Parameters

TKey
TPayload

Parameters

currentProperties
StreamProperties<TKey,TPayload>

Returns

Applies to