OnCompletedPolicy Class

Definition

Specifies how to handle query completion (on receiving an OnCompleted call).

[System.Runtime.Serialization.DataContract]
public class OnCompletedPolicy
type OnCompletedPolicy = class
Public Class OnCompletedPolicy
Inheritance
OnCompletedPolicy
Attributes

Constructors

OnCompletedPolicy()

Empty constructor for serialization purposes.

Methods

EndOfStream()

This is the end of stream. Move time to infinity and flush all output before completion.

Flush()

Flush partial output (in batches within the system) before completion. Do not move time forward.

GetHashCode()

Provides a hash code for the On Completed Policy object.

None()

Halt the query immediately - do not flush partial output or move time forward.

ToString()

Provides a string representation of the policy

Applies to