Compartir a través de


: AbstractInstance.Execute (Método) (MethodInstance, LobSystemInstance, ref Object[]) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Overrides all or some of the arguments in the back-end method and executes it in the back-end application.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public MustOverride Function Execute ( _
    methodToExecute As MethodInstance, _
    lobSystemInstance As LobSystemInstance, _
    ByRef overrideArgs As Object() _
) As Object
'Uso
Dim instance As AbstractInstance
Dim methodToExecute As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim overrideArgs As Object()
Dim returnValue As Object

returnValue = instance.Execute(methodToExecute, lobSystemInstance, overrideArgs)
public abstract Object Execute (
    MethodInstance methodToExecute,
    LobSystemInstance lobSystemInstance,
    ref Object[] overrideArgs
)

Parámetros

  • methodToExecute
    The MethodInstance object to execute on the instance.
  • lobSystemInstance
    The LobSystemInstance object that this data class belongs to.
  • overrideArgs
    An array of objects containing the arguments that should be overridden before executing the method.

Valor devuelto

An object that represents the instances returned by the back-end method that is invoked.

Vea también

Referencia

AbstractInstance (Clase)
AbstractInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)