ServiceEndpoint.Dispose method (1 of 2)

namespace: Serenity.Services   assemblySerenity.Net.Web

public void Dispose()

See Also


ServiceEndpoint.Dispose method (2 of 2)

namespace: Serenity.Services   assemblySerenity.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