IRpcChannelBuffer3.RegisterAsync(RPCOLEMESSAGE[], IAsyncManager) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RegisterAsync(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, Microsoft::VisualStudio::OLE::Interop::IAsyncManager ^ pAsyncMgr);
void RegisterAsync(std::Array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> const & pMsg, Microsoft::VisualStudio::OLE::Interop::IAsyncManager const & pAsyncMgr);
public void RegisterAsync (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, Microsoft.VisualStudio.OLE.Interop.IAsyncManager pAsyncMgr);
abstract member RegisterAsync : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * Microsoft.VisualStudio.OLE.Interop.IAsyncManager -> unit
Public Sub RegisterAsync (pMsg As RPCOLEMESSAGE(), pAsyncMgr As IAsyncManager)
Parameters
- pMsg
- RPCOLEMESSAGE[]
- pAsyncMgr
- IAsyncManager