Condividi tramite


Interfaccia IRpcChannelBuffer2

Dati trasferiti tra un proxy client COM e uno stub server COM.estende ed eredita da IRpcChannelBuffer.aggiunge un metodo per recuperare la versione di protocollo.

Spazio dei nomi:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Sintassi

'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")> _
Public Interface IRpcChannelBuffer2 _
    Inherits IRpcChannelBuffer
[InterfaceTypeAttribute()]
[GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")]
public interface IRpcChannelBuffer2 : IRpcChannelBuffer

Il tipo IRpcChannelBuffer2 espone i seguenti membri.

Metodi

  Nome Descrizione
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[]) (Ereditato da IRpcChannelBuffer)
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[])
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%) (Ereditato da IRpcChannelBuffer)
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%)
Metodo pubblico GetDestCtx(UInt32%, IntPtr%) (Ereditato da IRpcChannelBuffer)
Metodo pubblico GetDestCtx(UInt32%, IntPtr%)
Metodo pubblico GetProtocolVersion
Metodo pubblico IsConnected() (Ereditato da IRpcChannelBuffer)
Metodo pubblico IsConnected()
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%) (Ereditato da IRpcChannelBuffer)
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop