Share via


IBufferPoolManager.ReturnBuffer(IPooledBuffer) Method

Definition

Return the Buffer to the Pool.

public bool ReturnBuffer (Microsoft.ServiceFabric.Services.Remoting.V2.Messaging.IPooledBuffer buffer);
abstract member ReturnBuffer : Microsoft.ServiceFabric.Services.Remoting.V2.Messaging.IPooledBuffer -> bool
Public Function ReturnBuffer (buffer As IPooledBuffer) As Boolean

Parameters

buffer
IPooledBuffer

Represents Buffer to be returned to the pool

Returns

True If returned to the pool succeded otherwise false.

Applies to