ServicedComponent.IRemoteDispatch.RemoteDispatchAutoDone(String) Metodo

Definizione

Garantisce che, nel contesto COM+, il bit done dell'oggetto della classe ServicedComponent sia impostato su true dopo una chiamata a un metodo remoto.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 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

Parametri

s
String

Stringa da convertire in un oggetto richiesta che implementa l'interfaccia IMessage.

Restituisce

String

Stringa convertita da un oggetto risposta che implementa l'interfaccia IMethodReturnMessage.

Implementazioni

Commenti

Il RemoteDispatchAutoDone metodo non appartiene all'interfaccia pubblicata della ServicedComponent classe e non deve essere implementato altrove.

Si applica a