IAsyncRpcChannelBuffer Members
Include Protected Members
Include Inherited Members
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.
The IAsyncRpcChannelBuffer type exposes the following members.
Methods
Name | Description | |
---|---|---|
FreeBuffer(array<RPCOLEMESSAGE[]) | ||
FreeBuffer(array<RPCOLEMESSAGE[]) | (Inherited from IRpcChannelBuffer2.) | |
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | ||
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | (Inherited from IRpcChannelBuffer2.) | |
GetDestCtx(UInt32%, IntPtr%) | ||
GetDestCtx(UInt32%, IntPtr%) | (Inherited from IRpcChannelBuffer2.) | |
GetDestCtxEx | ||
GetProtocolVersion(UInt32%) | ||
GetProtocolVersion | (Inherited from IRpcChannelBuffer2.) | |
IsConnected() | ||
IsConnected() | (Inherited from IRpcChannelBuffer2.) | |
Receive | ||
Send | ||
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | ||
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | (Inherited from IRpcChannelBuffer2.) |
Top