AbstractInstance Constructor (MethodInstance, LobSystemInstance)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public AbstractInstance(
MethodInstance methodInstance,
LobSystemInstance lobSystemInstance
)
Parameters
methodInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstanceThe MethodInstance object to execute on the instance.
lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstanceThe LobSystemInstance object that this data class belongs to.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace