IRemoteDispatch Interface
.NET Framework 3.0
This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implemented by the ServicedComponent class to determine if the AutoCompleteAttribute class attribute is set to true or false for a remote method invocation.
Namespace: System.EnterpriseServicesAssembly: System.EnterpriseServices (in system.enterpriseservices.dll)
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.
Community Additions
ADD
Show: