CheckpointRequest.Name Property

 

Gets or sets the name of the resource to be checkpointed.

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

Syntax

[MessageHeaderAttribute]
public Uri Name { get; set; }
public:
[MessageHeaderAttribute]
property Uri^ Name {
    Uri^ get();
    void set(Uri^ value);
}
[<MessageHeaderAttribute>]
member Name : Uri with get, set
<MessageHeaderAttribute>
Public Property Name As Uri

Property Value

Type: System.Uri

The name of the resource to be checkpointed.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

CheckpointRequest Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top