Click or drag to resize
RiakEndPointDispose Method (Boolean)
Releases the unmanaged resources used by the RiakEndPoint and optionally releases the managed resources

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
protected abstract void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also