NamedPipeConnectionPoolSettingsElement.GroupName 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
나가는 채널에 사용되는 연결 풀의 이름을 정의하는 문자열을 가져오거나 설정합니다.
public:
property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")]
[System.Configuration.StringValidator(MinLength=0)]
public string GroupName { get; set; }
[<System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.GroupName : string with get, set
Public Property GroupName As String
속성 값
나가는 채널에 사용되는 연결 풀의 이름을 정의하는 문자열입니다.
- 특성
설명
스트리밍 모드에서는 연결이 공유되지 않습니다. 즉 연결 풀링이 사용되지 않습니다. 기본값은 "default" 문자열입니다. 이 값을 수정하여 특정 클라이언트의 연결을 별도의 그룹으로 격리할 수 있습니다.