OnPreGenerateProxyAssemblyBytes Delegate
Represents a delegate that is invoked before a Web service proxy assembly is generated.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 the system generate one.
See Also
Reference
Microsoft.SharePoint.BusinessData.Infrastructure.Client Namespace