LatencyContextRegistrationOptions.CheckpointNames 属性

定义

获取或设置已注册的检查点名称的列表。

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ CheckpointNames { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IReadOnlyList<string> CheckpointNames { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.CheckpointNames : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property CheckpointNames As IReadOnlyList(Of String)

属性值

属性

适用于