IAsyncRpcChannelBuffer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IAsyncRpcChannelBuffer : Microsoft::VisualStudio::OLE::Interop::IRpcChannelBuffer2
public interface class IAsyncRpcChannelBuffer : Microsoft::VisualStudio::OLE::Interop::IRpcChannelBuffer2
__interface IAsyncRpcChannelBuffer : Microsoft::VisualStudio::OLE::Interop::IRpcChannelBuffer2
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAsyncRpcChannelBuffer : Microsoft.VisualStudio.OLE.Interop.IRpcChannelBuffer2
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("A5029FB6-3C34-11D1-9C99-00C04FB998AA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncRpcChannelBuffer : Microsoft.VisualStudio.OLE.Interop.IRpcChannelBuffer2
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("A5029FB6-3C34-11D1-9C99-00C04FB998AA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAsyncRpcChannelBuffer = interface
interface IRpcChannelBuffer2
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("A5029FB6-3C34-11D1-9C99-00C04FB998AA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAsyncRpcChannelBuffer = interface
interface IRpcChannelBuffer2
interface IRpcChannelBuffer
Public Interface IAsyncRpcChannelBuffer
Implements IRpcChannelBuffer2
- Attributes
- Implements