OnPostGenerateProxyAssemblyBytes - Délégué
Représente un délégué qui est appelé après la génération d'un assembly de proxy de service Web.
Espace de noms : Microsoft.SharePoint.BusinessData.Infrastructure
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.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 laquelle ce proxy est généré.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Infrastructure - Espace de noms