Compartilhar via


OnPostGenerateProxyAssemblyBytes delegate

Representa um delegado que é chamado depois de um assembly de proxy de serviço da Web é gerado.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
Public Delegate Sub OnPostGenerateProxyAssemblyBytes ( _
    proxyAssemblyBytesGenerated As Byte(), _
    lobSystemStruct As ILobSystemStruct _
)
'Uso
Dim instance As New OnPostGenerateProxyAssemblyBytes(AddressOf HandlerMethod)
public delegate void OnPostGenerateProxyAssemblyBytes(
    byte[] proxyAssemblyBytesGenerated,
    ILobSystemStruct lobSystemStruct
)

Parâmetros

  • proxyAssemblyBytesGenerated
    Type: []

    Bytes do assembly gerado.

Ver também

Referência

Microsoft.SharePoint.BusinessData.Infrastructure namespace