MiracastReceiverSession.MaxSimultaneousConnections 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱이 MiracastReceiverSession에서 처리할 최대 동시 연결 수를 지정합니다.
public:
property int MaxSimultaneousConnections { int get(); void set(int value); };
int MaxSimultaneousConnections();
void MaxSimultaneousConnections(int value);
public int MaxSimultaneousConnections { get; set; }
var int32 = miracastReceiverSession.maxSimultaneousConnections;
miracastReceiverSession.maxSimultaneousConnections = int32;
Public Property MaxSimultaneousConnections As Integer
속성 값
Int32
int
앱이 MiracastReceiverSession에서 처리할 최대 동시 연결 수입니다.
설명
설정이 적용되려면 앱에서 MiracastReceiverSession.Start 또는 MiracastReceiverSession.StartAsync 메서드를 호출하기 전에 이 속성을 설정해야 합니다.
모든 Wi-Fi 하드웨어가 여러 동시 연결을 지원하는 것은 아닙니다. MiracastReceiverStatus.MaxSimultaneousConnections를 사용하여 Wi-Fi에서 지원하는 최대 동시 연결 수를 결정합니다.