The DequeueResult..::..Interceptor type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ProcessResult(DequeueResult)
Take a DequeueResult and modify it. Returns the same object if there are no changes. Returns null (or a new empty DequeueResult) if the dequeue results should be suppressed.

May return a different DequeueResult object. Because tuples in a DequeueResult are read-only, if this method wishes to alter them it must create new ones from scratch.

See Also