Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Invoke ( _
    _prpcmsg As RPCOLEMESSAGE(), _
    _pRpcChannelBuffer As IRpcChannelBuffer _
)
void Invoke(
    RPCOLEMESSAGE[] _prpcmsg,
    IRpcChannelBuffer _pRpcChannelBuffer
)
void Invoke(
    [InAttribute] array<RPCOLEMESSAGE>^ _prpcmsg, 
    [InAttribute] IRpcChannelBuffer^ _pRpcChannelBuffer
)
abstract Invoke : 
        _prpcmsg:RPCOLEMESSAGE[] * 
        _pRpcChannelBuffer:IRpcChannelBuffer -> unit
function Invoke(
    _prpcmsg : RPCOLEMESSAGE[], 
    _pRpcChannelBuffer : IRpcChannelBuffer
)
Parameters
- _prpcmsg
 Type: array<Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[]
- _pRpcChannelBuffer
 Type: Microsoft.VisualStudio.OLE.Interop.IRpcChannelBuffer
.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.