Interfaccia IAsyncRpcChannelBuffer
Gestisce un buffer per una chiamata RPC.Utilizzato per le chiamate asincrone DCOM (DCOM).Per ulteriori informazioni sulla chiamata remota, vedere marshalling standard e Scrivere il proprio trasporto per le chiamate COM che sfruttano la potenza di associazione tardiva.
Spazio dei nomi: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Sintassi
'Dichiarazione
<GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")> _
<InterfaceTypeAttribute()> _
Public Interface IAsyncRpcChannelBuffer _
Inherits IRpcChannelBuffer2
[GuidAttribute("A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[InterfaceTypeAttribute()]
public interface IAsyncRpcChannelBuffer : IRpcChannelBuffer2
Il tipo IAsyncRpcChannelBuffer espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
FreeBuffer(array<RPCOLEMESSAGE[]) | |
![]() |
FreeBuffer(array<RPCOLEMESSAGE[]) | (Ereditato da IRpcChannelBuffer2) |
![]() |
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | |
![]() |
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | (Ereditato da IRpcChannelBuffer2) |
![]() |
GetDestCtx(UInt32%, IntPtr%) | |
![]() |
GetDestCtx(UInt32%, IntPtr%) | (Ereditato da IRpcChannelBuffer2) |
![]() |
GetDestCtxEx | |
![]() |
GetProtocolVersion(UInt32%) | |
![]() |
GetProtocolVersion(UInt32%) | (Ereditato da IRpcChannelBuffer2) |
![]() |
IsConnected() | |
![]() |
IsConnected() | (Ereditato da IRpcChannelBuffer2) |
![]() |
Receive | |
![]() |
Send | |
![]() |
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | |
![]() |
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | (Ereditato da IRpcChannelBuffer2) |
In alto