OnPreGenerateProxyAssemblyBytes Delegate
Represents a delegate that is invoked before a Web service proxy assembly is generated.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Function OnPreGenerateProxyAssemblyBytes ( _
lobSystemStruct As ILobSystemStruct _
) As Byte()
'Usage
Dim instance As New OnPreGenerateProxyAssemblyBytes(AddressOf HandlerMethod)
public delegate byte[] OnPreGenerateProxyAssemblyBytes(
ILobSystemStruct lobSystemStruct
)
Parameters
lobSystemStruct
Type: Microsoft.BusinessData.MetadataModel.ILobSystemStructThe external system for which this proxy is to be generated.
Return Value
Type: []
The byte array for the proxy that should be used by the system instead of having it generate one.