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.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 Starting Implements IApplicationLifetimeAware.Starting
'Usage
Dim instance As WebContextBase
CType(instance, IApplicationLifetimeAware).Starting()
void IApplicationLifetimeAware.Starting()
private:
virtual void Starting() sealed = IApplicationLifetimeAware::Starting
private abstract Starting : unit -> unit
private override Starting : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Implements
IApplicationLifetimeAwareStarting()
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