IRpcChannelBuffer2.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
- pMessage
Type: array<Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[]
- pStatus
Type: UInt32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.