ServicedComponent.IRemoteDispatch.RemoteDispatchAutoDone(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確保在 COM+ 內容中,ServicedComponent 類別物件的 done
位元會在 Remote Method Invocation 之後設為 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 已發佈介面,而且不需要在其他地方實作。