SOScriptingEventsClassOnBeforeLocalUpdateShutdown Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnBeforeLocalUpdateShutdown(
int associateid
)
Public Overridable Sub OnBeforeLocalUpdateShutdown (
associateid As Integer
)
Dim instance As SOScriptingEventsClass
Dim associateid As Integer
instance.OnBeforeLocalUpdateShutdown(associateid)
public:
virtual void OnBeforeLocalUpdateShutdown(
[InAttribute] int associateid
)
Parameters
- associateid
- Type: SystemInt32
Implements
IScriptingEventsOnBeforeLocalUpdateShutdown(Int32)
See Also