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.Startup 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 Started Implements IApplicationLifetimeAware.Started
'Usage
Dim instance As WebContextBase
CType(instance, IApplicationLifetimeAware).Started()
void IApplicationLifetimeAware.Started()
private:
virtual void Started() sealed = IApplicationLifetimeAware::Started
private abstract Started : unit -> unit
private override Started : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Implements
IApplicationLifetimeAwareStarted()
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
System.ServiceModel.DomainServices.Client.ApplicationServices Namespace