HostedApplicationAdapter.Close Method

Definition

Called when the application this is working with is being closed by the UII application host. This may not run if the application closes itself.

public:
 virtual bool Close();
public virtual bool Close ();
abstract member Close : unit -> bool
override this.Close : unit -> bool
Public Overridable Function Close () As Boolean

Returns

true if the application closes; otherwise, false.

Applies to