ISandboxRulesFlushCaches Method |
Flush any caches associated with sandbox rules.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
Remarks
This method is called when AddExtensionObject, AddExtensionObjectWithEvents,
AddReference, AddSafeReference, AddScriptableReference, AddScritableObjectModel or
RemoveExtensions are called.
Example
Default SandboxRules implementation.
override void FlushCaches()
{
}Overrides Sub FlushCaches()
End Sub
No code example is currently available or this language may not be supported.
See Also