Share via


IRpcChannelBuffer3.Cancel Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Cancel ( _
    pMsg As RPCOLEMESSAGE() _
)
void Cancel(
    RPCOLEMESSAGE[] pMsg
)
void Cancel(
    [InAttribute] array<RPCOLEMESSAGE>^ pMsg
)
abstract Cancel : 
        pMsg:RPCOLEMESSAGE[] -> unit 
function Cancel(
    pMsg : RPCOLEMESSAGE[]
)

Parameters

.NET Framework Security

See Also

Reference

IRpcChannelBuffer3 Interface

Microsoft.VisualStudio.OLE.Interop Namespace