IAsyncRpcChannelBuffer.SendReceive Method

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

Syntax

‘선언
Sub SendReceive ( _
    <OutAttribute> pMessage As RPCOLEMESSAGE(), _
    <OutAttribute> ByRef pStatus As UInteger _
)
‘사용 방법
Dim instance As IAsyncRpcChannelBuffer
Dim pMessage As RPCOLEMESSAGE()
Dim pStatus As UInteger

instance.SendReceive(pMessage, pStatus)
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

IAsyncRpcChannelBuffer Interface

IAsyncRpcChannelBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace