ServiceEndpoint.Dispose method (1 of 2)
namespace: Serenity.Services assembly: Serenity.Net.Web
public void Dispose()
See Also
- class ServiceEndpoint
ServiceEndpoint.Dispose method (2 of 2)
namespace: Serenity.Services assembly: Serenity.Net.Web
Releases all resources currently used by this Controller instance.
protected virtual void Dispose(bool disposing)
| parameter | description |
|---|---|
| disposing | true if this method is being invoked by the Dispose method, otherwise false. |
See Also
- class ServiceEndpoint