ServicedComponent.IRemoteDispatch.RemoteDispatchNotAutoDone(String) 方法

定義

不能確保在 COM+ 內容中,ServicedComponent 類別物件的 done 位元會在 Remote Method Invocation 之後設為 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 已發佈介面,而且不需要在其他地方實作。

適用於