IRpcOptions Interface

Sets or gets the values of properties controlling how COM handles remote procedure calls (RPC). For more information, see IRpcOptions.

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

Syntax

'Declaration
<GuidAttribute("00000144-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcOptions
'Usage
Dim instance As IRpcOptions
[GuidAttribute("00000144-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IRpcOptions
[GuidAttribute(L"00000144-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IRpcOptions
public interface IRpcOptions

See Also

Reference

IRpcOptions Members

Microsoft.VisualStudio.OLE.Interop Namespace