IRemoteDispatch Interface
Implemented by the ServicedComponent class to determine if the AutoCompleteAttribute class attribute is set to true or false for a remote method invocation.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
The IRemoteDispatch type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RemoteDispatchAutoDone | Ensures that, in the COM+ context, the ServicedComponent class object's done bit is set to true after a remote method invocation. |
![]() | RemoteDispatchNotAutoDone | Does not ensure that, in the COM+ context, the ServicedComponent class object's done bit is set to true after a remote method invocation. |
The IRemoteDispatch interface does not need to be implemented directly in your code. It is used internally by the .NET Framework infrastructure.
The AutoCompleteAttribute class attribute ensures that, in the COM+ context, the object's done bit is automatically set to true once the method returns. The object can then be deactivated.
The IRemoteDispatch interface methods do not appear in the ServicedComponent class interface. Instead, ServicedComponent explicitly implements IRemoteDispatch.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
