Share via


QueryContainer.Restore(Stream) Method

Definition

Start a query, with or without a previously checkpointed state.

public Microsoft.StreamProcessing.Process Restore (System.IO.Stream inputStream = null);
member this.Restore : System.IO.Stream -> Microsoft.StreamProcessing.Process
Public Function Restore (Optional inputStream As Stream = null) As Process

Parameters

inputStream
Stream

The stream from which query state should be retrieved.

Returns

A Process object that represents an active, running query that can be checkpointed.

Applies to