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

Return value

Type: []
The byte array for the proxy that should be used by the system instead of having it generate one.

See also

Reference

Microsoft.SharePoint.BusinessData.Infrastructure namespace