ServiceHostBase.ReleasePerformanceCounters Method

Definition

Releases the service and channel dispatcher performance counters for the hosted service.

protected:
 void ReleasePerformanceCounters();
protected void ReleasePerformanceCounters ();
member this.ReleasePerformanceCounters : unit -> unit
Protected Sub ReleasePerformanceCounters ()

Remarks

This method is invoked when calling OnClose(TimeSpan) and

OnEndClose(IAsyncResult).

Applies to