TestSiloSpecificOptions.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Create(TestClusterOptions, Int32, Boolean) | |
Create(TestCluster, TestClusterOptions, Int32, Boolean) |
TestSiloSpecificOptions 클래스의 인스턴스를 만듭니다. |
Create(TestClusterOptions, Int32, Boolean)
public static Orleans.TestingHost.TestSiloSpecificOptions Create (Orleans.TestingHost.TestClusterOptions testClusterOptions, int instanceNumber, bool assignNewPort = false);
static member Create : Orleans.TestingHost.TestClusterOptions * int * bool -> Orleans.TestingHost.TestSiloSpecificOptions
Public Shared Function Create (testClusterOptions As TestClusterOptions, instanceNumber As Integer, Optional assignNewPort As Boolean = false) As TestSiloSpecificOptions
매개 변수
- testClusterOptions
- TestClusterOptions
- instanceNumber
- Int32
- assignNewPort
- Boolean
반환
적용 대상
Create(TestCluster, TestClusterOptions, Int32, Boolean)
- Source:
- TestClusterOptions.cs
TestSiloSpecificOptions 클래스의 인스턴스를 만듭니다.
public static Orleans.TestingHost.TestSiloSpecificOptions Create (Orleans.TestingHost.TestCluster testCluster, Orleans.TestingHost.TestClusterOptions testClusterOptions, int instanceNumber, bool assignNewPort = false);
static member Create : Orleans.TestingHost.TestCluster * Orleans.TestingHost.TestClusterOptions * int * bool -> Orleans.TestingHost.TestSiloSpecificOptions
Public Shared Function Create (testCluster As TestCluster, testClusterOptions As TestClusterOptions, instanceNumber As Integer, Optional assignNewPort As Boolean = false) As TestSiloSpecificOptions
매개 변수
- testCluster
- TestCluster
테스트 클러스터입니다.
- testClusterOptions
- TestClusterOptions
테스트 클러스터 옵션입니다.
- instanceNumber
- Int32
인스턴스 번호입니다.
- assignNewPort
- Boolean
로 true
설정하면 사일로에 대한 새 포트를 할당합니다.
반환
옵션입니다.