IAsyncRpcChannelBuffer.Send(RPCOLEMESSAGE[], ISynchronize, UInt32) Method

Definition

public:
 void Send(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, Microsoft::VisualStudio::OLE::Interop::ISynchronize ^ pSync, [Runtime::InteropServices::Out] System::UInt32 % pulStatus);
public void Send (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, Microsoft.VisualStudio.OLE.Interop.ISynchronize pSync, out uint pulStatus);
abstract member Send : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * Microsoft.VisualStudio.OLE.Interop.ISynchronize * uint32 -> unit
Public Sub Send (pMsg As RPCOLEMESSAGE(), pSync As ISynchronize, ByRef pulStatus As UInteger)

Parameters

pMsg
RPCOLEMESSAGE[]
pSync
ISynchronize
pulStatus
UInt32

Applies to