IManagementService.Enumerate Method

Enumerates a collection of requests and returns an EnumerateResponse containing a collection of XML request definitions.

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/Enumerate", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/EnumerateResponse")]
EnumerateResponse Enumerate(
    EnumerateRequest request
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.EnumerateResponse
An EnumerateResponse object that contains a collection of XML object definitions.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace