WebServiceEntityInstance Constructor (MethodInstance, Object[], LobSystemInstance)
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
methodInstance As MethodInstance, _
identifierValues As Object(), _
lobSystemInstance As LobSystemInstance _
)
'Usage
Dim methodInstance As MethodInstance
Dim identifierValues As Object()
Dim lobSystemInstance As LobSystemInstance
Dim instance As New WebServiceEntityInstance(methodInstance, _
identifierValues, lobSystemInstance)
public WebServiceEntityInstance(
MethodInstance methodInstance,
Object[] identifierValues,
LobSystemInstance lobSystemInstance
)
Parameters
- methodInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MethodInstance
- identifierValues
Type: []
- lobSystemInstance
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
See Also
Reference
WebServiceEntityInstance Class
WebServiceEntityInstance Members
WebServiceEntityInstance Overload
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace