IApplicationEventsBeforeLocalUpdateShutdown Method |
method BeforeLocalUpdateShutdown
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid BeforeLocalUpdateShutdown(
int AssociateId
)
Sub BeforeLocalUpdateShutdown (
AssociateId As Integer
)
Dim instance As IApplicationEvents
Dim AssociateId As Integer
instance.BeforeLocalUpdateShutdown(AssociateId)
void BeforeLocalUpdateShutdown(
[InAttribute] int AssociateId
)
Parameters
- AssociateId
- Type: SystemInt32
See Also