CancelCheckpointRequest.Name Property

Gets or sets the name of the resource being checkpointed for which the cancelation of the checkpoint has been requested.

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

Syntax

[MessageHeaderAttribute]
public Uri Name { get; set; }

Property Value

Type: System.Uri
The name of the resource being checkpointed for which the cancelation of the checkpoint has been requested.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

CancelCheckpointRequest Class

Microsoft.ComplexEventProcessing.ManagementService Namespace