IAdviseSink.OnClose Method

Definition

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.

Applies to