AbstractInstance Constructor (MethodInstance, LobSystemInstance)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
methodInstance As MethodInstance, _
lobSystemInstance As LobSystemInstance _
)
'Usage
Dim methodInstance As MethodInstance
Dim lobSystemInstance As LobSystemInstance
Dim instance As New AbstractInstance(methodInstance, _
lobSystemInstance)
public AbstractInstance(
MethodInstance methodInstance,
LobSystemInstance lobSystemInstance
)
Parameters
- methodInstance
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.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace