Asynchronously performs a query to find the hanging protocol instance information with the specified matching parameters.
public bool QueryHangingProtocolAsync(
MatchingParameterCollection matchingEntitiesCollection,
QueryPageInfo queryPageInfo
)
Public Function QueryHangingProtocolAsync(
ByVal matchingEntitiesCollection As MatchingParameterCollection,
ByVal queryPageInfo As QueryPageInfo
) As Boolean
public:
bool QueryHangingProtocolAsync(
MatchingParameterCollection^ matchingEntitiesCollection,
QueryPageInfo^ queryPageInfo
)
matchingEntitiesCollection
A MatchingParameterCollection which includes the matching parameters for the query.
queryPageInfo
Type: QueryPageInfo
Specifies the page number and page size that will result from the executing the query.
true if query is successfully being performed; false if the query is already being executed
This is an asynchronous version of QueryHangingProtocol(matchingparametercollection) that can optionally paginate the results, via QueryPageInfo. The QueryHangingProtocolStarting event will be fired immediately upon a successful call to QueryHangingProtocolAsync. When completed, the QueryHangingProtocolCompleted is fired. To cancel execution, call the CancelQueryHangingProtocolInstancesAsync method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET