Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
<GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")> _
<InterfaceTypeAttribute()> _
Public Interface IAsyncRpcChannelBuffer _
Inherits IRpcChannelBuffer2
[GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[InterfaceTypeAttribute()]
public interface IAsyncRpcChannelBuffer : IRpcChannelBuffer2
[GuidAttribute(L"A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[InterfaceTypeAttribute()]
public interface class IAsyncRpcChannelBuffer : IRpcChannelBuffer2
[<GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")>]
[<InterfaceTypeAttribute()>]
type IAsyncRpcChannelBuffer =
interface
interface IRpcChannelBuffer2
end
public interface IAsyncRpcChannelBuffer extends IRpcChannelBuffer2
The IAsyncRpcChannelBuffer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
FreeBuffer | |
![]() |
GetBuffer | |
![]() |
GetDestCtx | |
![]() |
GetDestCtxEx | |
![]() |
GetProtocolVersion | |
![]() |
IsConnected | |
![]() |
Receive | |
![]() |
Send | |
![]() |
SendReceive |
Top
.gif)