WebContextBase.. Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Called by an application immediately before the Application.Exit event occurs.

Namespace:  System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)

Syntax

'Declaration
Private Sub Exiting Implements IApplicationLifetimeAware.Exiting
'Usage
Dim instance As WebContextBase

CType(instance, IApplicationLifetimeAware).Exiting()
void IApplicationLifetimeAware.Exiting()
private:
virtual void Exiting() sealed = IApplicationLifetimeAware::Exiting
private abstract Exiting : unit -> unit 
private override Exiting : unit -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IApplicationLifetimeAwareExiting()

Remarks

This member is an explicit interface member implementation. It can be used only when the WebContextBase instance is cast to an IApplicationLifetimeAware interface.

See Also

Reference

WebContextBase Class

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace