TeamFoundationSecurityNamespace.OnDataChanged Method
This function will be called when the data behind the securityNamespace is changed without using this namespaces instance.
This allows the security namespaces to refresh the internal cache from the database on the next use.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub OnDataChanged
public void OnDataChanged()
public:
void OnDataChanged()
member OnDataChanged : unit -> unit
public function OnDataChanged()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.