BdcWebService.GetMethodForMethodInstance Method
NOTE: This API is now obsolete.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.WebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetMethodForMethodInstance ( _
methodInstanceId As UInteger _
) As MethodStruct
'Usage
Dim instance As BdcWebService
Dim methodInstanceId As UInteger
Dim returnValue As MethodStruct
returnValue = instance.GetMethodForMethodInstance(methodInstanceId)
[WebMethodAttribute]
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public MethodStruct GetMethodForMethodInstance(
uint methodInstanceId
)
Parameters
methodInstanceId
Type: System.UInt32..
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.WebService.MethodStruct
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.WebService Namespace