RemoteProvider.With Method (IRemoteBinding, IRemoteBinding)

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.IRemoteBinding

Usage Note

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