IScriptingEventsOnBeforeLocalUpdateShutdown Method |
Called after local update processing is complete, right before shutdown. Not called if the local update failed.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnBeforeLocalUpdateShutdown(
int associateid
)
Sub OnBeforeLocalUpdateShutdown (
associateid As Integer
)
Dim instance As IScriptingEvents
Dim associateid As Integer
instance.OnBeforeLocalUpdateShutdown(associateid)
void OnBeforeLocalUpdateShutdown(
[InAttribute] int associateid
)
Parameters
- associateid
- Type: SystemInt32
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnBeforeLocalUpdate
SOMessageBox "Did you update your diary if you're travelling for a while?"
End Sub
Description
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnBeforeLocalUpdateShutdown
SOMessageBox "Remember to turn your monitor off before you leave the office"
End Sub
See Also