AbstractInstance.Execute Method (MethodInstance, LobSystemInstance)
Executes a specified method instance on the instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public MustOverride Function Execute ( _
methodToExecute As MethodInstance, _
lobSystemInstance As LobSystemInstance _
) As Object
'Usage
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
)
Parameters
- methodToExecute
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
The MethodInstance object to execute on the instance.
- lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
The LobSystemInstance object that this data class belongs to.
Return Value
Type: System.Object
An object that represents the instances returned by the back-end method that is invoked.
Implements
IInstance.Execute(MethodInstance, LobSystemInstance)
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace