Freigeben über


OnPostGenerateProxyAssemblyBytes-Delegat

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
)

Parameter

  • proxyAssemblyBytesGenerated
    Typ: []

Siehe auch

Referenz

Microsoft.SharePoint.BusinessData.Infrastructure-Namespace