다음을 통해 공유


WorkerPool.InstanceNames 속성

정의

작업자 풀에 있는 모든 인스턴스의 이름을 가져옵니다(읽기 전용).

[Newtonsoft.Json.JsonProperty(PropertyName="instanceNames")]
public System.Collections.Generic.IList<string> InstanceNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instanceNames")>]
member this.InstanceNames : System.Collections.Generic.IList<string>
Public ReadOnly Property InstanceNames As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상