ServicedComponent.IRemoteDispatch.RemoteDispatchAutoDone(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确保在 COM+ 上下文中,ServicedComponent 类对象的 done
位在远程方法调用后设置为 true
。
此 API 支持产品基础结构,不能在代码中直接使用。
virtual System::String ^ System.EnterpriseServices.IRemoteDispatch.RemoteDispatchAutoDone(System::String ^ s) = System::EnterpriseServices::IRemoteDispatch::RemoteDispatchAutoDone;
string IRemoteDispatch.RemoteDispatchAutoDone (string s);
abstract member System.EnterpriseServices.IRemoteDispatch.RemoteDispatchAutoDone : string -> string
override this.System.EnterpriseServices.IRemoteDispatch.RemoteDispatchAutoDone : string -> string
Function RemoteDispatchAutoDone (s As String) As String Implements IRemoteDispatch.RemoteDispatchAutoDone
参数
返回
一个字符串,由实现 IMethodReturnMessage 接口的响应对象转换而成。
实现
注解
方法 RemoteDispatchAutoDone 不属于 类的 ServicedComponent 已发布接口,不需要在其他位置实现。