IManagementService.Create Method

Creates a new resource with the specified description and the address of its parent container.

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")]
[FaultContractAttribute(typeof(InvalidDefinitionFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidDefinition")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Create", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CreateResponse")]
CreateResponse Create(
    CreateRequest request
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.CreateResponse
A CreateResponse object that contains object name.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace