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 after 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 Exited Implements IApplicationLifetimeAware.Exited
'Usage
Dim instance As WebContextBase

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

Implements

IApplicationLifetimeAwareExited()

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