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
'Declaración
<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 | |
---|---|---|
FreeBuffer(array<RPCOLEMESSAGE[]) | ||
FreeBuffer(array<RPCOLEMESSAGE[]) | (Inherited from IRpcChannelBuffer2.) | |
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | ||
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | (Inherited from IRpcChannelBuffer2.) | |
GetDestCtx(UInt32%, IntPtr%) | ||
GetDestCtx(UInt32%, IntPtr%) | (Inherited from IRpcChannelBuffer2.) | |
GetDestCtxEx | ||
GetProtocolVersion(UInt32%) | ||
GetProtocolVersion(UInt32%) | (Inherited from IRpcChannelBuffer2.) | |
IsConnected() | ||
IsConnected() | (Inherited from IRpcChannelBuffer2.) | |
Receive | ||
Send | ||
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | ||
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | (Inherited from IRpcChannelBuffer2.) |
Top