Share via


IAsyncRpcChannelBuffer Interface

Manages a buffer for a remote procedure call. Used for asynchronous distributed COM (DCOM) calls. For more information about remote invocation, see Standard Marshaling and Write Your Own Transport for COM Calls Leveraging the Power of Late Binding.

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

Syntax

‘선언
<GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")> _
<InterfaceTypeAttribute()> _
Public Interface IAsyncRpcChannelBuffer _
    Inherits IRpcChannelBuffer2
[GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[InterfaceTypeAttribute()]
public interface IAsyncRpcChannelBuffer : IRpcChannelBuffer2

The IAsyncRpcChannelBuffer type exposes the following members.

Methods

  Name Description
Public method FreeBuffer(array<RPCOLEMESSAGE[])
Public method FreeBuffer(array<RPCOLEMESSAGE[]) (Inherited from IRpcChannelBuffer2.)
Public method GetBuffer(array<RPCOLEMESSAGE[], Guid%)
Public method GetBuffer(array<RPCOLEMESSAGE[], Guid%) (Inherited from IRpcChannelBuffer2.)
Public method GetDestCtx(UInt32%, IntPtr%)
Public method GetDestCtx(UInt32%, IntPtr%) (Inherited from IRpcChannelBuffer2.)
Public method GetDestCtxEx
Public method GetProtocolVersion(UInt32%)
Public method GetProtocolVersion(UInt32%) (Inherited from IRpcChannelBuffer2.)
Public method IsConnected()
Public method IsConnected() (Inherited from IRpcChannelBuffer2.)
Public method Receive
Public method Send
Public method SendReceive(array<RPCOLEMESSAGE[], UInt32%)
Public method SendReceive(array<RPCOLEMESSAGE[], UInt32%) (Inherited from IRpcChannelBuffer2.)

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace