IRemoteDispatch.RemoteDispatchNotAutoDone(String) 方法

定义

不确保在 COM+ 上下文中,ServicedComponent 类对象的 done 位在远程方法调用后设置为 trueDoes not ensure that, in the COM+ context, the ServicedComponent class object's done bit is set to true after a remote method invocation.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 System::String ^ RemoteDispatchNotAutoDone(System::String ^ s);
public string RemoteDispatchNotAutoDone (string s);
abstract member RemoteDispatchNotAutoDone : string -> string
Public Function RemoteDispatchNotAutoDone (s As String) As String

参数

s
String

一个字符串,它将转换为实现 IMessage 接口的请求对象。A string to be converted into a request object implementing the IMessage interface.

返回

String

一个字符串,它由实现 IMethodReturnMessage 接口的响应对象转换而成。A string converted from a response object implementing the IMethodReturnMessage interface.

注解

RemoteDispatchNotAutoDone方法不属于类的已发布接口 ServicedComponent ,不需要在其他位置实现。The RemoteDispatchNotAutoDone method does not belong to the published interface of the ServicedComponent class and does not need to be implemented elsewhere.

适用于