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.

See also

Reference

Microsoft.SharePoint.BusinessData.Infrastructure namespace