Share via


IRpcChannelBuffer3.SendReceive Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SendReceive ( _
    <OutAttribute> pMessage As RPCOLEMESSAGE(), _
    <OutAttribute> ByRef pStatus As UInteger _
)
void SendReceive(
    RPCOLEMESSAGE[] pMessage,
    out uint pStatus
)
void SendReceive(
    [InAttribute] [OutAttribute] array<RPCOLEMESSAGE>^ pMessage, 
    [OutAttribute] unsigned int% pStatus
)
abstract SendReceive : 
        pMessage:RPCOLEMESSAGE[] byref * 
        pStatus:uint32 byref -> unit 
function SendReceive(
    pMessage : RPCOLEMESSAGE[], 
    pStatus : uint
)

Parameters

Implements

IRpcChannelBuffer2.SendReceive(array<RPCOLEMESSAGE[], UInt32%)

.NET Framework Security

See Also

Reference

IRpcChannelBuffer3 Interface

Microsoft.VisualStudio.OLE.Interop Namespace