SiloHost.SetSiloEndpoint(IPEndPoint, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 사일로의 주 엔드포인트 주소와 이 사일로 인스턴스를 이전에 이 엔드포인트에서 실행 중인 이전 사일로 인스턴스와 구분하는 데 사용할 사일로 생성 값을 설정합니다.
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
이 사일로의 생성 번호입니다.