ObjectResult<T>.Dispose Method

 

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

NameDescription
System_CAPS_pubmethodDispose()

Performs tasks associated with freeing, releasing, or resetting resources.(Inherited from ObjectResult.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the ObjectResult<T> and optionally releases the managed resources.(Overrides ObjectResult.Dispose(Boolean).)


ObjectResult<T>.Dispose Method (Boolean)

Releases the unmanaged resources used by the ObjectResult<T> and optionally releases the managed resources.

protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

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