IAdviseSink.OnClose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies all registered advisory sinks that the object has changed from the running state to the loaded state. This method is called by a server.
public:
void OnClose();
public void OnClose ();
abstract member OnClose : unit -> unit
Public Sub OnClose ()
Remarks
An OnClose notification indicates that an object is making the transition from the running state to the loaded state, so its container can take appropriate measures to ensure orderly shutdown. For example, an object handler must release its pointer to the object.
For more information, see IAdviseSink::OnClose method.