다음을 통해 공유


TestSiloSpecificOptions.Create 메서드

정의

오버로드

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설정하면 사일로에 대한 새 포트를 할당합니다.

반환

옵션입니다.

적용 대상