OnPreGenerateProxyAssemblyBytes delegate
SharePoint Online
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)
Parameters
- lobSystemStruct
- Type: Microsoft.BusinessData.MetadataModel.ILobSystemStruct
The 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.
Show: