ServicedComponent.IRemoteDispatch.RemoteDispatchNotAutoDone(String) 方法

定义

不确保在 COM+ 上下文中,ServicedComponent 类对象的 done 位在远程方法调用后设置为 true

 virtual System::String ^ System.EnterpriseServices.IRemoteDispatch.RemoteDispatchNotAutoDone(System::String ^ s) = System::EnterpriseServices::IRemoteDispatch::RemoteDispatchNotAutoDone;
string IRemoteDispatch.RemoteDispatchNotAutoDone (string s);
abstract member System.EnterpriseServices.IRemoteDispatch.RemoteDispatchNotAutoDone : string -> string
override this.System.EnterpriseServices.IRemoteDispatch.RemoteDispatchNotAutoDone : string -> string
Function RemoteDispatchNotAutoDone (s As String) As String Implements IRemoteDispatch.RemoteDispatchNotAutoDone

参数

s
String

一个字符串,它将转换为实现 IMessage 接口的请求对象。

返回

一个字符串,由实现 IMethodReturnMessage 接口的响应对象转换而成。

实现

注解

方法 RemoteDispatchNotAutoDone 不属于 类的已发布接口, ServicedComponent 不需要在其他位置实现。

适用于