IApplicationArchiveReload Method |
Reload archive, default asynchronous. Observe that this requires the application to idle and will therefore only work from an external process or upon return from an internal script event!Use false to force a complete load before returning.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Reload(
bool i_ASynchronous = true
)
Sub Reload (
Optional i_ASynchronous As Boolean = true
)
Dim instance As IApplicationArchive
Dim i_ASynchronous As Boolean
instance.Reload(i_ASynchronous)
void Reload(
[InAttribute] bool i_ASynchronous = true
)
Parameters
- i_ASynchronous (Optional)
- Type: SystemBoolean
See Also