Share via


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
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[])
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[]) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%)
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetDestCtx(UInt32%, IntPtr%)
Metodo pubblico GetDestCtx(UInt32%, IntPtr%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetDestCtxEx
Metodo pubblico GetProtocolVersion(UInt32%)
Metodo pubblico GetProtocolVersion(UInt32%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico IsConnected()
Metodo pubblico IsConnected() (Ereditato da IRpcChannelBuffer2)
Metodo pubblico Receive
Metodo pubblico Send
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%)
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%) (Ereditato da IRpcChannelBuffer2)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop