Condividi tramite


Interfaccia IRpcChannelBuffer3

Dati trasferiti tra un proxy client COM e uno stub server COM.estende ed eredita da IRpcChannelBuffer2.

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

Sintassi

'Dichiarazione
<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcChannelBuffer3 _
    Inherits IRpcChannelBuffer2
[GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface IRpcChannelBuffer3 : IRpcChannelBuffer2

Il tipo IRpcChannelBuffer3 espone i seguenti membri.

Metodi

  Nome Descrizione
Metodo pubblico Cancel
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[]) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico FreeBuffer(array<RPCOLEMESSAGE[])
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetBuffer(array<RPCOLEMESSAGE[], Guid%)
Metodo pubblico GetCallContext
Metodo pubblico GetDestCtx(UInt32%, IntPtr%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetDestCtx(UInt32%, IntPtr%)
Metodo pubblico GetDestCtxEx
Metodo pubblico GetProtocolVersion(UInt32%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico GetProtocolVersion(UInt32%)
Metodo pubblico GetState
Metodo pubblico IsConnected() (Ereditato da IRpcChannelBuffer2)
Metodo pubblico IsConnected()
Metodo pubblico Receive
Metodo pubblico RegisterAsync
Metodo pubblico Send
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%) (Ereditato da IRpcChannelBuffer2)
Metodo pubblico SendReceive(array<RPCOLEMESSAGE[], UInt32%)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.OLE.Interop