C# Class Precog.Client.AsyncQuery

Represents the identifier for an asynchronous query (see PrecogClient.QueryAsync).
Mostrar archivo Open project: precog/precog_dotnet_client

Public Methods

Method Description
AsyncQuery ( )

Construct an empty AsyncQuery result.

AsyncQuery ( string jobId )

Construct an AsyncQuery result with the specified id.

Method Details

AsyncQuery() public method

Construct an empty AsyncQuery result.
public AsyncQuery ( )

AsyncQuery() public method

Construct an AsyncQuery result with the specified id.
public AsyncQuery ( string jobId )
jobId string