C# Class Precog.Client.AsyncQuery

Represents the identifier for an asynchronous query (see PrecogClient.QueryAsync).
Afficher le fichier Open project: precog/precog_dotnet_client

Méthodes publiques

Méthode Description
AsyncQuery ( )

Construct an empty AsyncQuery result.

AsyncQuery ( string jobId )

Construct an AsyncQuery result with the specified id.

Method Details

AsyncQuery() public méthode

Construct an empty AsyncQuery result.
public AsyncQuery ( )

AsyncQuery() public méthode

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