ServiceHostBase::OnClose Method
Closes down the hosted service, including their channel dispatchers and associated instance contexts and listeners.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- timeout
- Type: System::TimeSpan
The Timespan that specifies how long the on-close operation has to complete before timing out.
Calling OnClose(TimeSpan) does the following:
Closes all input to ChannelDispatcher, which also closes their associated IChannelListener instances. This stops any new channels from being accepting.
Calls CloseInput on all InstanceContext objects, which mean they stop accepting new messages.
Waits for all InstanceContext objects to close down, which happens when their associated channels finish sending all pending messages.
Closes the ChannelDispatcher objects associated with the host.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.