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.]
Stops the context as an application service.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)
Syntax
'Declaration
Private Sub StopService Implements IApplicationService.StopService
'Usage
Dim instance As WebContextBase
CType(instance, IApplicationService).StopService()
void IApplicationService.StopService()
private:
virtual void StopService() sealed = IApplicationService::StopService
private abstract StopService : unit -> unit
private override StopService : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Implements
IApplicationServiceStopService()
Remarks
This member is an explicit interface member implementation. It can be used only when the WebContextBase instance is cast to an IApplicationService interface.
See Also
Reference
System.ServiceModel.DomainServices.Client.ApplicationServices Namespace