CachedMessageBlock.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a message from the start of the block (oldest data).
public bool Remove ();
member this.Remove : unit -> bool
Public Function Remove () As Boolean
Returns
true
if there are more items remaining; otherwise false
.