ObjectResult.Dispose Method

 

Performs tasks associated with freeing, releasing, or resetting resources.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDispose()

Performs tasks associated with freeing, releasing, or resetting resources.

System_CAPS_protmethodDispose(Boolean)

Releases the resources used by the object result.


ObjectResult.Dispose Method ()

Performs tasks associated with freeing, releasing, or resetting resources.

public void Dispose()

ObjectResult.Dispose Method (Boolean)

Releases the resources used by the object result.

protected abstract void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.