RemoteProvider.With Method (IRemoteStreamableBinding, IRemoteStreamableBinding)

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function With ( _
    first As IRemoteStreamableBinding, _
    second As IRemoteStreamableBinding _
) As IRemoteStreamableBinding
'Usage
Dim first As IRemoteStreamableBinding 
Dim second As IRemoteStreamableBinding 
Dim returnValue As IRemoteStreamableBinding 

returnValue = first.With(second)
public static IRemoteStreamableBinding With(
    this IRemoteStreamableBinding first,
    IRemoteStreamableBinding second
)
[ExtensionAttribute]
public:
static IRemoteStreamableBinding^ With(
    IRemoteStreamableBinding^ first, 
    IRemoteStreamableBinding^ second
)
static member With : 
        first:IRemoteStreamableBinding * 
        second:IRemoteStreamableBinding -> IRemoteStreamableBinding
public static function With(
    first : IRemoteStreamableBinding, 
    second : IRemoteStreamableBinding
) : IRemoteStreamableBinding

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IRemoteStreamableBinding

Usage Note

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

With Overload

Microsoft.ComplexEventProcessing.Linq Namespace