RemoteProvider.Deploy<TPayload> Method (IRemoteStreamableSink<TPayload>, String)

Deploys a remote temporal stream sink.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Deploy(Of TPayload) ( _
    definition As IRemoteStreamableSink(Of TPayload), _
    id As String _
) As IRemoteStreamableSink(Of TPayload)
'Usage
Dim definition As IRemoteStreamableSink(Of TPayload)
Dim id As String 
Dim returnValue As IRemoteStreamableSink(Of TPayload)

returnValue = definition.Deploy(id)
public static IRemoteStreamableSink<TPayload> Deploy<TPayload>(
    this IRemoteStreamableSink<TPayload> definition,
    string id
)
[ExtensionAttribute]
public:
generic<typename TPayload>
static IRemoteStreamableSink<TPayload>^ Deploy(
    IRemoteStreamableSink<TPayload>^ definition, 
    String^ id
)
static member Deploy : 
        definition:IRemoteStreamableSink<'TPayload> * 
        id:string -> IRemoteStreamableSink<'TPayload> 
JScript does not support generic types and methods.

Type Parameters

  • TPayload
    The payload type.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IRemoteStreamableSink<TPayload>
The remote temporal stream sink.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRemoteStreamableSink<TPayload>. 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

Deploy Overload

Microsoft.ComplexEventProcessing.Linq Namespace