IManagementService.ChangeQueryState Method

Changes the state of a running query.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/ChangeQueryState", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/ChangeQueryStateResponse")]
[FaultContractAttribute(typeof(RuntimeFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/RuntimeFailure")]
ChangeQueryStateResponse ChangeQueryState(
    ChangeQueryStateRequest request
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.ChangeQueryStateResponse
A ChangeQueryStateResponse object that contains the query name and its current state.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace