다음을 통해 공유


SiloHost.SetSiloEndpoint(IPEndPoint, Int32) 메서드

정의

이 사일로의 주 엔드포인트 주소와 이 사일로 인스턴스를 이전에 이 엔드포인트에서 실행 중인 이전 사일로 인스턴스와 구분하는 데 사용할 사일로 생성 값을 설정합니다.

public void SetSiloEndpoint (System.Net.IPEndPoint endpoint, int generation);
member this.SetSiloEndpoint : System.Net.IPEndPoint * int -> unit
Public Sub SetSiloEndpoint (endpoint As IPEndPoint, generation As Integer)

매개 변수

endpoint
IPEndPoint

주 사일로 소켓 간 연결의 IP 주소 및 포트입니다.

generation
Int32

이 사일로의 생성 번호입니다.

적용 대상