ApplicationEventsClassBeforeLocalUpdateShutdown Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void BeforeLocalUpdateShutdown(
int AssociateId
)
Public Overridable Sub BeforeLocalUpdateShutdown (
AssociateId As Integer
)
Dim instance As ApplicationEventsClass
Dim AssociateId As Integer
instance.BeforeLocalUpdateShutdown(AssociateId)
public:
virtual void BeforeLocalUpdateShutdown(
[InAttribute] int AssociateId
)
Parameters
- AssociateId
- Type: SystemInt32
Implements
IApplicationEventsBeforeLocalUpdateShutdown(Int32)
See Also