OnPostGenerateProxyAssemblyBytes delegate
Represents a delegate that is invoked after a Web service proxy assembly is generated.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Sub OnPostGenerateProxyAssemblyBytes ( _
proxyAssemblyBytesGenerated As Byte(), _
lobSystemStruct As ILobSystemStruct _
)
'Usage
Dim instance As New OnPostGenerateProxyAssemblyBytes(AddressOf HandlerMethod)
public delegate void OnPostGenerateProxyAssemblyBytes(
byte[] proxyAssemblyBytesGenerated,
ILobSystemStruct lobSystemStruct
)
Parameters
proxyAssemblyBytesGenerated
Type: []The bytes of the generated assembly.
lobSystemStruct
Type: Microsoft.BusinessData.MetadataModel.ILobSystemStructThe LobSystem object for which this proxy is generated.