Share via


IRpcChannelBuffer3.Send Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IRpcChannelBuffer3 Interface

Microsoft.VisualStudio.OLE.Interop Namespace