OnPostGenerateProxyAssemblyBytes - Délégué
Représente un délégué qui est appelé après qu'un assembly de proxy de service Web est généré.
Espace de noms : Microsoft.SharePoint.BusinessData.Infrastructure.Client
Assembly : Microsoft.SharePoint.BusinessData.Administration.Client (dans Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntaxe
'Déclaration
Public Delegate Sub OnPostGenerateProxyAssemblyBytes ( _
proxyAssemblyBytesGenerated As Byte(), _
lobSystemStruct As ILobSystemStruct _
)
'Utilisation
Dim instance As New OnPostGenerateProxyAssemblyBytes(AddressOf HandlerMethod)
public delegate void OnPostGenerateProxyAssemblyBytes(
byte[] proxyAssemblyBytesGenerated,
ILobSystemStruct lobSystemStruct
)
Paramètres
proxyAssemblyBytesGenerated
Type : []Les octets de l'assembly généré.
lobSystemStruct
Type : Microsoft.BusinessData.MetadataModel.ILobSystemStructL'objet LobSystem pour lesquelles ce proxy est généré.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Infrastructure.Client - Espace de noms