: AbstractInstance.Execute (Método) (MethodInstance, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Executes a specified method instance on the instance.
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 _
) As Object
'Uso
Dim instance As AbstractInstance
Dim methodToExecute As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim returnValue As Object
returnValue = instance.Execute(methodToExecute, lobSystemInstance)
public abstract Object Execute (
MethodInstance methodToExecute,
LobSystemInstance lobSystemInstance
)
Parámetros
- methodToExecute
The MethodInstance object to execute on the instance.
- lobSystemInstance
The LobSystemInstance object that this data class belongs to.
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)