RemoteProvider.GetStreamableSink<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TPayload> Method (IRemoteProvider, String)

Retrieves a remote function that returns a temporal stream sink.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetStreamableSink(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TPayload) ( _
    provider As IRemoteProvider, _
    id As String _
) As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, IRemoteStreamableSink(Of TPayload))
'Usage
Dim provider As IRemoteProvider 
Dim id As String 
Dim returnValue As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, IRemoteStreamableSink(Of TPayload))

returnValue = provider.GetStreamableSink(id)
public static Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, IRemoteStreamableSink<TPayload>> GetStreamableSink<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TPayload>(
    this IRemoteProvider provider,
    string id
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13, typename T14, typename T15, typename T16, typename TPayload>
static Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, IRemoteStreamableSink<TPayload>^>^ GetStreamableSink(
    IRemoteProvider^ provider, 
    String^ id
)
static member GetStreamableSink : 
        provider:IRemoteProvider * 
        id:string -> Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14, 'T15, 'T16, IRemoteStreamableSink<'TPayload>> 
JScript does not support generic types and methods.

Type Parameters

  • T1
    The first parameter type.
  • T2
    The second parameter type.
  • T3
    The third parameter type.
  • T4
    The fourth parameter type.
  • T5
    The fifth parameter type.
  • T6
    The sixth parameter type.
  • T7
    The seventh parameter type.
  • T8
    The eighth parameter type.
  • T9
    The ninth parameter type.
  • T10
    The tenth parameter type.
  • T11
    The eleventh parameter type.
  • T12
    The twelfth parameter type.
  • T13
    The thirteenth parameter type.
  • T14
    The fourteenth parameter type.
  • T15
    The fifteenth parameter type.
  • T16
    The sixteenth parameter type.
  • TPayload
    The payload type.

Parameters

Return Value

Type: System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, IRemoteStreamableSink<TPayload>>
The remote function that returns a temporal stream sink.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRemoteProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=sql.111) or https://msdn.microsoft.com/en-us/library/bb383977(v=sql.111).

See Also

Reference

RemoteProvider Class

GetStreamableSink Overload

Microsoft.ComplexEventProcessing.Linq Namespace